Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e2380a2d
Commit
e2380a2d
authored
Mar 27, 2013
by
Mario Hlawitschka
Browse files
[STYLE] removed includes that do not belong here and do not change anything for me
parent
7a94aa7e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
src/core/dataHandler/WDataSetFibers.cpp
src/core/dataHandler/WDataSetFibers.cpp
+0
-3
src/core/dataHandler/WSubject.h
src/core/dataHandler/WSubject.h
+0
-1
src/core/gui/WGUI.h
src/core/gui/WGUI.h
+0
-3
No files found.
src/core/dataHandler/WDataSetFibers.cpp
View file @
e2380a2d
...
...
@@ -23,13 +23,10 @@
//---------------------------------------------------------------------------
#include <algorithm>
#include <iostream>
#include <string>
#include <utility>
#include <vector>
#include <boost/filesystem/fstream.hpp>
#include "../common/datastructures/WFiber.h"
#include "../common/WBoundingBox.h"
#include "../common/WColor.h"
...
...
src/core/dataHandler/WSubject.h
View file @
e2380a2d
...
...
@@ -27,7 +27,6 @@
#include <string>
#include <vector>
#include <set>
#include <boost/shared_ptr.hpp>
#include "../common/WConditionSet.h"
...
...
src/core/gui/WGUI.h
View file @
e2380a2d
...
...
@@ -26,13 +26,10 @@
#define WGUI_H
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/signals2/signal.hpp>
#include "../common/WFlag.h"
#include "../kernel/WModule.h"
#include "../graphicsEngine/WGECamera.h"
#include "WCustomWidget.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment