remove include file not used
Stefan Schuermans

Stefan Schuermans commited on 2011-12-22 13:16:11
Showing 2 changed files, with 0 additions and 4 deletions.

... ...
@@ -6,8 +6,6 @@
6 6
 #ifndef BLINKER_RECEIVER_H
7 7
 #define BLINKER_RECEVIER_H
8 8
 
9
-#include <list>
10
-#include <map>
11 9
 #include <string>
12 10
 
13 11
 #include <BlinkenLib/BlinkenProto.h>
... ...
@@ -6,8 +6,6 @@
6 6
 #ifndef BLINKER_RECEIVER_IMPL_H
7 7
 #define BLINKER_RECEIVER_IMPL_H
8 8
 
9
-#include <list>
10
-#include <map>
11 9
 #include <string>
12 10
 
13 11
 #include <BlinkenLib/BlinkenProto.h>
14 12