Fix errors: #include <> should be ""
This commit is contained in:
parent
b3019efd42
commit
465ab8fda2
2 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include "standard_colors.hpp"
|
||||
|
||||
#include <sdl/utils.hpp>
|
||||
#include "sdl/utils.hpp"
|
||||
|
||||
namespace font {
|
||||
const SDL_Color NORMAL_COLOR = {0xDD,0xDD,0xDD,0},
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
#include "lua_preferences.hpp"
|
||||
|
||||
#include <config.hpp>
|
||||
#include <lua/lua.h>
|
||||
#include <lua/lauxlib.h>
|
||||
#include <preferences.hpp>
|
||||
#include <scripting/lua_common.hpp>
|
||||
#include "config.hpp"
|
||||
#include "lua/lua.h"
|
||||
#include "lua/lauxlib.h"
|
||||
#include "preferences.hpp"
|
||||
#include "scripting/lua_common.hpp"
|
||||
|
||||
/**
|
||||
* The __index metamethod.
|
||||
|
|
Loading…
Add table
Reference in a new issue