fixed project includes to use new directory structure
This commit is contained in:
parent
63e46abdb8
commit
de0a034a84
95 changed files with 655 additions and 634 deletions
|
@ -43,12 +43,12 @@ private:
|
|||
};
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
#include "common_types.h"
|
||||
#include "msg_handler.h"
|
||||
#include "common_funcs.h"
|
||||
#include "common_paths.h"
|
||||
#include "platform.h"
|
||||
#include "common/log.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/msg_handler.h"
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_paths.h"
|
||||
#include "common/platform.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
// The Darwin ABI requires that stack frames be aligned to 16-byte boundaries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue