summaryrefslogtreecommitdiff
path: root/src/cprlisten.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-28 16:06:57 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-28 16:06:57 +0200
commit9fa8ce5d62a24efa4e5b584f5a6cf921e3052be8 (patch)
treeae604136f508ae331833f2020601488951fa8c03 /src/cprlisten.cc
parent468e65a82aa0b4f4bfd82eb98e7f22b130da9f98 (diff)
Don't include config.h everywhere.
Diffstat (limited to 'src/cprlisten.cc')
-rw-r--r--src/cprlisten.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cprlisten.cc b/src/cprlisten.cc
index 4cf8670..f37dd7d 100644
--- a/src/cprlisten.cc
+++ b/src/cprlisten.cc
@@ -24,14 +24,14 @@
* along with it; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-
#include "cprlisten.h"
-#include "aa_socket.h"
#include <iostream>
#include <string>
#include <stdio.h>
+#include "aa_socket.h"
+
using namespace std;
#define MAGIC_STOP_STRING "SHUTTHEFUCKUP"