diff options
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)
{
|