Move input code into a subfolder

This commit is contained in:
Cameron Gutman
2020-04-30 20:09:36 -07:00
parent 53b1e7c573
commit 78fc594d84
4 changed files with 4 additions and 4 deletions
@@ -3,7 +3,7 @@
#include "streaming/session.h"
#include "settings/mappingmanager.h"
#include "path.h"
#include "streamutils.h"
#include "streaming/streamutils.h"
#include <QtGlobal>
#include <QtMath>
+1 -1
View File
@@ -5,7 +5,7 @@
#include <Limelight.h>
#include <opus_multistream.h>
#include "settings/streamingpreferences.h"
#include "input.h"
#include "input/input.h"
#include "video/decoder.h"
#include "audio/renderers/renderer.h"
#include "video/overlaymanager.h"