about summary refs log tree commit diff stats
path: root/src/twitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/twitter.h')
-rw-r--r--src/twitter.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/twitter.h b/src/twitter.h index 382cdce..f8b23d0 100644 --- a/src/twitter.h +++ b/src/twitter.h
@@ -2,9 +2,9 @@
2#define TWITTER_H_AC7A7666 2#define TWITTER_H_AC7A7666
3 3
4namespace twitter { 4namespace twitter {
5 5
6 class tweet; 6 class tweet;
7 7
8}; 8};
9 9
10#include "codes.h" 10#include "codes.h"
@@ -14,8 +14,6 @@ namespace twitter {
14#include "timeline.h" 14#include "timeline.h"
15#include "tweet.h" 15#include "tweet.h"
16#include "user.h" 16#include "user.h"
17#include "list.h"
18#include "direct_message.h"
19#include "configuration.h" 17#include "configuration.h"
20 18
21#endif /* end of include guard: TWITTER_H_AC7A7666 */ 19#endif /* end of include guard: TWITTER_H_AC7A7666 */