summaryrefslogtreecommitdiffstats
path: root/src/defargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defargs.h')
-rw-r--r--src/defargs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/defargs.h b/src/defargs.h
index b2bc198..9c6f209 100644
--- a/src/defargs.h
+++ b/src/defargs.h
@@ -18,10 +18,8 @@
#ifndef DEFARGS_H
#define DEFARGS_H
-#include "qtbc.h"
-#include <stdio.h>
-
class ArgumentList;
+class QCString;
extern void stringToArgumentList(const char *argsString,ArgumentList* argList,
QCString *extraTypeChars=0);