diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 19:14:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-03 19:14:41 +0000 |
commit | 0e8ae7d4ab5ffd57185500f65ef171e4a37ba117 (patch) | |
tree | 256c9e7d10ef3793d0cfe59160031058171e9a2c /protocols/AimOscar/src/aim.h | |
parent | 67be58b9e7bd096b73d3d01f84daee2d8fad0e02 (diff) |
removed double includes
git-svn-id: http://svn.miranda-ng.org/main/trunk@2935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/aim.h')
-rw-r--r-- | protocols/AimOscar/src/aim.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/protocols/AimOscar/src/aim.h b/protocols/AimOscar/src/aim.h index e764ff3dc5..8ce9e5c64d 100644 --- a/protocols/AimOscar/src/aim.h +++ b/protocols/AimOscar/src/aim.h @@ -69,11 +69,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_system_cpp.h>
#include <m_imgsrvc.h>
#include <win2k.h>
+#include <m_genmenu.h>
+#include <m_cluiframes.h>
+#include <m_extraicons.h>
-//independent includes
-#include "flap.h"
-#include "snac.h"
-#include "tlv.h"
+#include "m_folders.h"
+#include "m_assocmgr.h"
//rest of includes
#include "avatars.h"
@@ -82,7 +83,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "direct_connect.h"
#include "conv.h"
#include "file.h"
+#include "flap.h"
#include "links.h"
+#include "snac.h"
+#include "tlv.h"
#include "packets.h"
#include "proxy.h"
#include "resource.h"
|