diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 09:20:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 09:20:38 +0000 |
commit | 3f88620733ada264505ffa7b527145481af7d2ef (patch) | |
tree | 172cccf27a226f2ad89fa96d78535a3b0bf46d02 /protocols/AimOscar/src/flap.h | |
parent | e63908912809cd6aeeeb2d068da562c227cbd3a9 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/flap.h')
-rw-r--r-- | protocols/AimOscar/src/flap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/AimOscar/src/flap.h b/protocols/AimOscar/src/flap.h index ad31616ed2..190d668537 100644 --- a/protocols/AimOscar/src/flap.h +++ b/protocols/AimOscar/src/flap.h @@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef FLAP_H
#define FLAP_H
-#include "packets.h"
-
#define FLAP_SIZE 6
class FLAP
|