diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index c6f9330c6c..6f341464e3 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -26,9 +26,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <CommCtrl.h>
-#include "m_clc.h"
#include "m_genmenu.h"
#include "m_protocols.h"
+#include "m_clc.h"
#define HCONTACT_ISGROUP 0x80000000
#define HCONTACT_ISINFO 0xFFFF0000
|