summary refs log tree commit diff stats
path: root/src/components.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-14 16:33:29 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-14 16:33:29 -0400
commit6eaefb4dd401a1c5e9cc7fb8e909521e045c0710 (patch)
tree9ab9b94012b48688bd7b8dce1d7b1933f9b123df /src/components.cpp
parent6cd202153bb61e14f9968845c43ca966ceab1e05 (diff)
downloadtherapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.gz
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.bz2
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.zip
Removed some unnecessary header transculsions
Diffstat (limited to 'src/components.cpp')
-rw-r--r--src/components.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components.cpp b/src/components.cpp index ba4fe72..e41e2cd 100644 --- a/src/components.cpp +++ b/src/components.cpp
@@ -1,6 +1,7 @@
1#include "components.h" 1#include "components.h"
2#include "game.h" 2#include "game.h"
3#include "muxer.h" 3#include "muxer.h"
4#include "map.h"
4 5
5// User movement component 6// User movement component
6 7