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/snac.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/snac.cpp')
-rw-r--r-- | protocols/AimOscar/src/snac.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/AimOscar/src/snac.cpp b/protocols/AimOscar/src/snac.cpp index a9607b600b..8c893b58e0 100644 --- a/protocols/AimOscar/src/snac.cpp +++ b/protocols/AimOscar/src/snac.cpp @@ -17,8 +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 "snac.h"
-#include "packets.h"
SNAC::SNAC(char* buf,unsigned short length)
{
|