diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-18 15:33:29 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-18 15:33:29 +0300 |
commit | 8ef72578611917675179230aec4a6956463ef39a (patch) | |
tree | d9e6f6b2635f9a756f3e91cf55e251bedb1d55cb /commonheaders.h | |
parent | 0c99b116f722a4609c29a4fbda986cd1e2c6790a (diff) |
started ui implementation, some rework
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commonheaders.h b/commonheaders.h index 0fd971d..35b71ce 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -36,8 +36,8 @@ using std::list; #include "resource.h" #include "constants.h" +#include "utilities.h" #include "globals.h" #include "main.h" -#include "utilities.h" #include "m_msg_buttonsbar.h" #endif |