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/flap.cpp | |
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/flap.cpp')
-rw-r--r-- | protocols/AimOscar/src/flap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/flap.cpp b/protocols/AimOscar/src/flap.cpp index 8b9e08b372..9d5186da47 100644 --- a/protocols/AimOscar/src/flap.cpp +++ b/protocols/AimOscar/src/flap.cpp @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "aim.h"
-#include "flap.h"
FLAP::FLAP(char* buf,int num_bytes)
{
|