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
7341fa42
Commit
7341fa42
authored
Dec 05, 2011
by
Mario Hlawitschka
Browse files
[STYLE] There is no need to include Kernel from the data handler.
parent
cf674172
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
src/core/dataHandler/WDataSetSegmentation.cpp
src/core/dataHandler/WDataSetSegmentation.cpp
+0
-1
src/core/dataHandler/WDataSetSegmentation.h
src/core/dataHandler/WDataSetSegmentation.h
+0
-1
src/core/kernel/WModuleInputData.h
src/core/kernel/WModuleInputData.h
+0
-1
No files found.
src/core/dataHandler/WDataSetSegmentation.cpp
View file @
7341fa42
...
...
@@ -26,7 +26,6 @@
#include <vector>
#include "WDataSetScalar.h"
#include "../kernel/WKernel.h"
#include "WDataSetSegmentation.h"
...
...
src/core/dataHandler/WDataSetSegmentation.h
View file @
7341fa42
...
...
@@ -30,7 +30,6 @@
#include <boost/shared_ptr.hpp>
#include "../kernel/WModuleInputData.h"
#include "WDataSet.h"
#include "WDataSetScalar.h"
#include "WDataSetSingle.h"
...
...
src/core/kernel/WModuleInputData.h
View file @
7341fa42
...
...
@@ -26,7 +26,6 @@
#define WMODULEINPUTDATA_H
#include <string>
#include <sstream>
#include <boost/shared_ptr.hpp>
#include <boost/thread/locks.hpp>
...
...
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