summaryrefslogtreecommitdiffstats
path: root/src/ftextstream.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
commitfee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /src/ftextstream.h
parentceb4115c7b941039411e1793e01239610ff112a2 (diff)
downloadDoxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.zip
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.gz
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.bz2
Release-1.8.2-20121118
Diffstat (limited to 'src/ftextstream.h')
-rw-r--r--src/ftextstream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ftextstream.h b/src/ftextstream.h
index 63ef244..9167ae9 100644
--- a/src/ftextstream.h
+++ b/src/ftextstream.h
@@ -1,12 +1,12 @@
#ifndef FTEXTSTREAM_H
#define FTEXTSTREAM_H
-#include "qtbc.h"
-#include "qiodevice.h"
-#include "qstring.h"
-#include "qgstring.h"
#include <stdio.h>
+#include <qiodevice.h>
+#include <qstring.h>
+#include <qgstring.h>
+
/** @brief Simplified and optimized version of QTextStream */
class FTextStream
{