aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-08 20:15:08 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-08 20:15:08 -0400
commitde0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch)
treec19b7a97fded29a04d7aca5702ab901820a663dc /src/common/common.h
parent63e46abdb8764bc97e91bae862c8d461e61b1965 (diff)
fixed project includes to use new directory structure
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common/common.h b/src/common/common.h
index 3b71d9b3..8795c8a0 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -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.