diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/AimOscar/src/aim.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/AimOscar/src/aim.h b/protocols/AimOscar/src/aim.h index 7312b5ffc0..bec457f51a 100644 --- a/protocols/AimOscar/src/aim.h +++ b/protocols/AimOscar/src/aim.h @@ -19,14 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef AIM_H
#define AIM_H
-#define MIRANDA_VER 0x0A00
-
#include <m_stdhdr.h>
//System includes
#include <windows.h>
#include <vssym32.h>
-
#include <fcntl.h>
#include <io.h>
#include <richedit.h>
@@ -47,12 +44,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_netlib.h>
#include <m_options.h>
#include <m_popup.h>
-#include <m_protocols.h>
#include <m_protomod.h>
-#include <m_protosvc.h>
-#include <m_system.h>
#include <m_userinfo.h>
-#include <m_addcontact.h>
#include <m_icolib.h>
#include <m_system_cpp.h>
#include <m_imgsrvc.h>
|