Moved linux specific files to folder platform/linux

This commit is contained in:
loki
2020-04-23 15:48:05 +02:00
parent 4bccec1c39
commit 22418cb613
3 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
// Created by loki on 6/21/19.
//
#include "common.h"
#include "sunshine/platform/common.h"
#include <fstream>
#include <bitset>
@@ -9,7 +9,7 @@
#include <cstring>
#include <filesystem>
#include "common.h"
#include "sunshine/platform/common.h"
#include "sunshine/main.h"
#include "sunshine/utility.h"