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
7a94aa7e
Commit
7a94aa7e
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
ab4e2edc
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
9 deletions
+2
-9
src/core/kernel/WCrosshair.h
src/core/kernel/WCrosshair.h
+1
-1
src/core/kernel/WKernel.cpp
src/core/kernel/WKernel.cpp
+1
-0
src/core/kernel/WKernel.h
src/core/kernel/WKernel.h
+0
-1
src/core/kernel/WModuleFactory.h
src/core/kernel/WModuleFactory.h
+0
-1
src/core/kernel/WModuleLoader.cpp
src/core/kernel/WModuleLoader.cpp
+0
-2
src/core/kernel/WModuleLoader.h
src/core/kernel/WModuleLoader.h
+0
-1
src/core/kernel/WModuleOutputForwardData.h
src/core/kernel/WModuleOutputForwardData.h
+0
-3
No files found.
src/core/kernel/WCrosshair.h
View file @
7a94aa7e
...
...
@@ -26,7 +26,7 @@
#define WCROSSHAIR_H
#include <boost/shared_ptr.hpp>
#include "../common/math/linearAlgebra/W
LinearAlgebra
.h"
#include "../common/math/linearAlgebra/W
Position
.h"
...
...
src/core/kernel/WKernel.cpp
View file @
7a94aa7e
...
...
@@ -33,6 +33,7 @@
#include <string>
#include <vector>
#include "../common/WLogger.h"
#include "../common/WThreadedRunner.h"
#include "../common/WTimer.h"
#include "../common/WRealtimeTimer.h"
...
...
src/core/kernel/WKernel.h
View file @
7a94aa7e
...
...
@@ -31,7 +31,6 @@
#include <boost/shared_ptr.hpp>
#include "../common/WTimer.h"
#include "../common/WLogger.h"
#include "../scripting/WScriptEngine.h"
#include "../graphicsEngine/WGraphicsEngine.h"
...
...
src/core/kernel/WModuleFactory.h
View file @
7a94aa7e
...
...
@@ -31,7 +31,6 @@
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#include "../common/WSharedAssociativeContainer.h"
#include "WModuleCombinerTypes.h"
...
...
src/core/kernel/WModuleLoader.cpp
View file @
7a94aa7e
...
...
@@ -32,8 +32,6 @@
#include "../common/WPathHelper.h"
#include "../common/WSharedLib.h"
#include "WKernel.h"
#include "WModuleLoader.h"
WModuleLoader
::
WModuleLoader
(
)
...
...
src/core/kernel/WModuleLoader.h
View file @
7a94aa7e
...
...
@@ -32,7 +32,6 @@
#include <boost/filesystem.hpp>
#include <boost/shared_ptr.hpp>
#include "../common/WLogger.h"
#include "../common/WSharedAssociativeContainer.h"
#include "../common/WSharedLib.h"
...
...
src/core/kernel/WModuleOutputForwardData.h
View file @
7a94aa7e
...
...
@@ -25,13 +25,10 @@
#ifndef WMODULEOUTPUTFORWARDDATA_H
#define WMODULEOUTPUTFORWARDDATA_H
#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include "../common/WLogger.h"
#include "WModuleInputData.h"
#include "WModuleOutputData.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