about summary refs log tree commit diff stats
path: root/src/client.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-08-30 20:38:37 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-08-30 20:38:37 -0400
commita9d33aa08df10102539e33c0c6d4334e9e99a470 (patch)
tree6e6e4db4c6250b6a4720dc4e34907347e8dcddf5 /src/client.h
parente42d8636f3aa15e0ea8f723133914d6dba22009c (diff)
downloadlibtwittercpp-a9d33aa08df10102539e33c0c6d4334e9e99a470.tar.gz
libtwittercpp-a9d33aa08df10102539e33c0c6d4334e9e99a470.tar.bz2
libtwittercpp-a9d33aa08df10102539e33c0c6d4334e9e99a470.zip
Started using hkutil
As of this commit, the only change is using hatkirby::implode instead of the implode that was in util.cpp.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index ba68e6b..5329edb 100644 --- a/src/client.h +++ b/src/client.h
@@ -9,7 +9,6 @@
9#include "tweet.h" 9#include "tweet.h"
10#include "auth.h" 10#include "auth.h"
11#include "configuration.h" 11#include "configuration.h"
12#include "util.h"
13#include "timeline.h" 12#include "timeline.h"
14 13
15namespace twitter { 14namespace twitter {