Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Bovo
Commits
6e467aaf
Commit
6e467aaf
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
f46edf4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ai/gabor/ai_impl.cpp
View file @
6e467aaf
...
...
@@ -22,7 +22,6 @@
#include "ai_impl.h"
#include "node.h"
#include "standing.h"
#include <cstdlib>
#include <memory.h>
...
...
ai/gabor/node.cpp
View file @
6e467aaf
...
...
@@ -22,7 +22,6 @@
#include "node.h"
#include "ai_impl.h"
#include "standing.h"
#include <assert.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