Skip to content

Commit

Permalink
include convention
Browse files Browse the repository at this point in the history
  • Loading branch information
MillhioreBT committed Oct 6, 2023
1 parent bdacd17 commit 222a2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/configmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#include "pugicast.h"

#ifdef _WIN32
#include <lua.hpp>
#include "lua.hpp"
#elif defined(__linux__)
#include <lua5.4/lua.hpp>
#include "lua5.4/lua.hpp"
#endif

#if LUA_VERSION_NUM >= 502
Expand Down
4 changes: 2 additions & 2 deletions src/otpch.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#include <limits>
#include <list>
#ifdef _WIN32
#include <lua.hpp>
#include "lua.hpp"
#elif defined(__linux__)
#include <lua5.4/lua.hpp>
#include "lua5.4/lua.hpp"
#endif
#include <map>
#include <memory>
Expand Down

0 comments on commit 222a2f3

Please sign in to comment.