summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-13 23:34:25 +0200
committerGünther Deschner <gd@samba.org>2011-04-14 00:47:57 +0200
commitb4e4b60719061a04f8b21a6fd9212f1411e6a3f6 (patch)
tree156a1906af9b554efcb31d394014766b2078592c /source3/include
parent76d4ede6db5479c4d1436f249ddfeb355762ebc5 (diff)
downloadsamba-b4e4b60719061a04f8b21a6fd9212f1411e6a3f6.tar.gz
samba-b4e4b60719061a04f8b21a6fd9212f1411e6a3f6.tar.bz2
samba-b4e4b60719061a04f8b21a6fd9212f1411e6a3f6.zip
s3-includes: include lib/util/debug.h headers in includes.h not smb.h
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h2
-rw-r--r--source3/include/smb.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 2032db537b..f61cb8dec0 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -527,6 +527,8 @@ typedef char fstring[FSTRING_LEN];
#include "../lib/util/data_blob.h"
#include "../lib/util/time.h"
+#include "../lib/util/debug.h"
+#include "../lib/util/debug_s3.h"
#include "libads/ads_status.h"
#include "../libcli/util/error.h"
diff --git a/source3/include/smb.h b/source3/include/smb.h
index a6f7e9bd87..8ebde2f4ad 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -70,10 +70,6 @@
/* how long to wait for secondary SMB packets (milli-seconds) */
#define SMB_SECONDARY_WAIT (60*1000)
-/* Debugging stuff */
-#include "lib/util/debug.h"
-#include "lib/util/debug_s3.h"
-
/* this defines the error codes that receive_smb can put in smb_read_error */
enum smb_read_errors {
SMB_READ_OK = 0,