Rev 1309 | Rev 1311 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1309 | Rev 1310 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | #ifndef MESSAGE_H_ |
8 | #ifndef MESSAGE_H_ |
| 9 | #define MESSAGE_H_ |
9 | #define MESSAGE_H_ |
| 10 | 10 | ||
| 11 | #include <string> |
11 | #include <string> |
| 12 | #include <vector> |
12 | #include <vector> |
| 13 | #include "../utils/Logger.h" |
- | |
| 14 | #include <map> |
13 | #include <map> |
| - | 14 | #include "utils/Logger.h" |
|
| 15 | #include "Variable.h" |
15 | #include "message/Variable.h" |
| - | 16 | #include "db/Database.h" |
|
| 16 | 17 | ||
| 17 | using namespace std; |
18 | using namespace std; |
| 18 | using namespace atom::utils; |
19 | using namespace atom::utils; |
| 19 | 20 | ||
| 20 | namespace atom { |
21 | namespace atom { |