Consolidate includes

This commit is contained in:
Cameron Gutman 2021-04-29 17:22:15 -05:00
commit 8f371343cd
13 changed files with 6 additions and 34 deletions

View file

@ -1,12 +1,15 @@
#pragma once
#include "Limelight.h"
#include "Platform.h"
#include "Limelight.h"
#include "PlatformSockets.h"
#include "PlatformThreads.h"
#include "PlatformCrypto.h"
#include "Video.h"
#include "Input.h"
#include "RtpFecQueue.h"
#include "RtpReorderQueue.h"
#include "ByteBuffer.h"
#include <enet/enet.h>