Renamed macros.hpp to debug.hpp.

This commit is contained in:
tastytea 2019-02-22 11:35:06 +01:00
parent 514ae8dc63
commit c8baf41582
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
20 changed files with 19 additions and 19 deletions

View File

@ -15,7 +15,7 @@
*/ */
#include <iostream> #include <iostream>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -15,7 +15,7 @@
*/ */
#include <iostream> #include <iostream>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -15,7 +15,7 @@
*/ */
#include <iostream> #include <iostream>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -15,7 +15,7 @@
*/ */
#include <iostream> #include <iostream>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -15,7 +15,7 @@
*/ */
#include <iostream> #include <iostream>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -15,7 +15,7 @@
*/ */
#include <iostream> #include <iostream>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -19,7 +19,7 @@
#include <sstream> #include <sstream>
#include <regex> #include <regex>
#include "easy.hpp" #include "easy.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using std::string; using std::string;

View File

@ -16,7 +16,7 @@
#include <array> #include <array>
#include "account.hpp" #include "account.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Account = Easy::Account; using Account = Easy::Account;

View File

@ -16,7 +16,7 @@
#include <sstream> #include <sstream>
#include "attachment.hpp" #include "attachment.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Attachment = Easy::Attachment; using Attachment = Easy::Attachment;

View File

@ -15,7 +15,7 @@
*/ */
#include "card.hpp" #include "card.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Card = Easy::Card; using Card = Easy::Card;

View File

@ -15,7 +15,7 @@
*/ */
#include "context.hpp" #include "context.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Context = Easy::Context; using Context = Easy::Context;

View File

@ -15,7 +15,7 @@
*/ */
#include "emoji.hpp" #include "emoji.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Emoji = Easy::Emoji; using Emoji = Easy::Emoji;

View File

@ -17,7 +17,7 @@
#include <jsoncpp/json/json.h> #include <jsoncpp/json/json.h>
#include "instance.hpp" #include "instance.hpp"
#include "account.hpp" #include "account.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Instance = Easy::Instance; using Instance = Easy::Instance;

View File

@ -15,7 +15,7 @@
*/ */
#include "notification.hpp" #include "notification.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Notification = Easy::Notification; using Notification = Easy::Notification;

View File

@ -17,7 +17,7 @@
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include "tag.hpp" #include "tag.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using Tag = Easy::Tag; using Tag = Easy::Tag;

View File

@ -20,7 +20,7 @@
#include <chrono> #include <chrono>
#include <regex> #include <regex>
#include "easy.hpp" #include "easy.hpp"
#include "macros.hpp" #include "debug.hpp"
using namespace Mastodon; using namespace Mastodon;
using std::string; using std::string;

View File

@ -16,7 +16,7 @@
#include <algorithm> #include <algorithm>
#include "easy.hpp" #include "easy.hpp"
#include "macros.hpp" #include "debug.hpp"
#include "easy/entities/status.hpp" #include "easy/entities/status.hpp"
#include "easy/entities/attachment.hpp" #include "easy/entities/attachment.hpp"
#include "easy/entities/notification.hpp" #include "easy/entities/notification.hpp"

View File

@ -22,7 +22,7 @@
#include <curlpp/Options.hpp> #include <curlpp/Options.hpp>
#include <curlpp/Exception.hpp> #include <curlpp/Exception.hpp>
#include <curlpp/Infos.hpp> #include <curlpp/Infos.hpp>
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
using namespace Mastodon; using namespace Mastodon;

View File

@ -20,7 +20,7 @@
#include <codecvt> #include <codecvt>
#include <utility> #include <utility>
#include "version.hpp" #include "version.hpp"
#include "macros.hpp" #include "debug.hpp"
#include "mastodon-cpp.hpp" #include "mastodon-cpp.hpp"
#include <iostream> #include <iostream>