summaryrefslogtreecommitdiffstats
path: root/src/docgroup.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-04 20:14:49 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-04 20:14:49 (GMT)
commitbb89b8136ff835c8fbd9f313d58815c8f361dff9 (patch)
tree6b1c4c7895ce43a44539317a555e263683735f8d /src/docgroup.h
parent29ea1e8227b3e892e7124c8cd8b5f2b8be81a058 (diff)
downloadDoxygen-bb89b8136ff835c8fbd9f313d58815c8f361dff9.zip
Doxygen-bb89b8136ff835c8fbd9f313d58815c8f361dff9.tar.gz
Doxygen-bb89b8136ff835c8fbd9f313d58815c8f361dff9.tar.bz2
Refactoring: some cleanup and removed text direction logic
Diffstat (limited to 'src/docgroup.h')
-rw-r--r--src/docgroup.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/docgroup.h b/src/docgroup.h
index c724348..696e4f7 100644
--- a/src/docgroup.h
+++ b/src/docgroup.h
@@ -3,8 +3,8 @@
* Copyright (C) 1997-2019 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
- * documentation under the terms of the GNU General Public License is hereby
- * granted. No representations are made about the suitability of this software
+ * documentation under the terms of the GNU General Public License is hereby
+ * granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
@@ -17,7 +17,6 @@
#define DOCGROUP_H
#include <vector>
-#include <qstring.h>
#include "membergroup.h"
class Entry;