diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-03-04 22:37:03 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-03-04 22:37:03 +0100 |
commit | d88e4d0da7ff801b0c58b5043ade0743547cfb90 (patch) | |
tree | c28e2a4fcd2f018d9900b03d901ad0cc088865a6 /src/Core/Requests | |
parent | 262ef86c7ef317698d56a2fde83ea63b54254893 (diff) | |
download | mad-d88e4d0da7ff801b0c58b5043ade0743547cfb90.tar mad-d88e4d0da7ff801b0c58b5043ade0743547cfb90.zip |
GSSAPIAuthRequest ist jetzt ein XmlRequest
Diffstat (limited to 'src/Core/Requests')
-rw-r--r-- | src/Core/Requests/CommandRequest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Core/Requests/CommandRequest.cpp b/src/Core/Requests/CommandRequest.cpp index a34a551..8fdd4c2 100644 --- a/src/Core/Requests/CommandRequest.cpp +++ b/src/Core/Requests/CommandRequest.cpp @@ -19,7 +19,6 @@ #include "CommandRequest.h" #include <Net/Connection.h> -#include <Net/Packets/ErrorPacket.h> namespace Mad { namespace Core { |