From cc57105f29b4095daad03273bc1a882368e75664 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 30 Aug 2018 19:22:20 -0400 Subject: Removed stream functionality The Twitter streaming API has officially sunset, so the stream functionality can no longer be used. Because of this, there is no need to keep it in the codebase. refs #3 --- src/twitter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/twitter.h') diff --git a/src/twitter.h b/src/twitter.h index a4f336e..382cdce 100644 --- a/src/twitter.h +++ b/src/twitter.h @@ -12,10 +12,8 @@ namespace twitter { #include "auth.h" #include "client.h" #include "timeline.h" -#include "stream.h" #include "tweet.h" #include "user.h" -#include "notification.h" #include "list.h" #include "direct_message.h" #include "configuration.h" -- cgit 1.4.1