mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Decrease compile time (#886)
This commit is contained in:
@@ -14,9 +14,12 @@
|
||||
#include <utils/VideoMode.h>
|
||||
#include <utils/Logger.h>
|
||||
|
||||
// flatbuffer FBS
|
||||
#include "hyperion_reply_generated.h"
|
||||
#include "hyperion_request_generated.h"
|
||||
#include <flatbuffers/flatbuffers.h>
|
||||
|
||||
namespace hyperionnet
|
||||
{
|
||||
class Reply;
|
||||
}
|
||||
|
||||
///
|
||||
/// Connection class to setup an connection to the hyperion server and execute commands.
|
||||
|
Reference in New Issue
Block a user