summaryrefslogtreecommitdiff
path: root/source3/lib/srprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/srprs.c')
-rw-r--r--source3/lib/srprs.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/lib/srprs.c b/source3/lib/srprs.c
index 5a032d27b6..35920f18c2 100644
--- a/source3/lib/srprs.c
+++ b/source3/lib/srprs.c
@@ -24,12 +24,9 @@
* @brief A simple recursive parser.
*/
+#include "includes.h"
#include "srprs.h"
#include "cbuf.h"
-#include <ctype.h>
-#include <string.h>
-#include <assert.h>
-#include <stdio.h>
bool srprs_skipws(const char** ptr) {
while (isspace(**ptr))