moved files into src/common

This commit is contained in:
fourtf
2018-06-26 15:33:51 +02:00
parent 0bc08a364c
commit 15abedd869
90 changed files with 150 additions and 150 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
#include "providers/twitch/Const.hpp"
#include "debug/Log.hpp"
#include "util/NetworkRequest.hpp"
#include "common/NetworkRequest.hpp"
#include "util/RapidjsonHelpers.hpp"
#include "util/UrlFetch.hpp"
#include "common/UrlFetch.hpp"
namespace chatterino {
namespace providers {