summaryrefslogtreecommitdiff
path: root/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp
blob: 7a69baa79f2c1c8a35cc66657e782975606bdbc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp.orig	Thu Jan 24 17:09:23 2002
+++ quanta/plugins/php4dbg/dbgbase/ListenerBase.cpp	Thu Jan 24 17:09:52 2002
@@ -11,11 +11,13 @@
                            the world-wide-web at http://dd.cron.ru/license
  ***************************************************************************/
 
+#include <sys/types.h>
+#include <stdio.h>
+#include <assert.h>
 #include "dbg_core.h"
 #include "ListenerBase.h"
 #include "ThreadBase.h"
-#include <stdio.h>
-#include <assert.h>
+
 
 ListenerBase::~ListenerBase() {
 	DBGTRACE("ListenerBase::~ListenerBase\n");