mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-08 21:14:20 +00:00
quic: Do not include quic_config.h in quic.h
quic_config is used only by the implementation so include it only from the implementation file. This remove dependency. This make easier integration in other components. Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
34807c600c
commit
2561f62283
@ -21,6 +21,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "quic_config.h"
|
||||
#include "quic.h"
|
||||
#include "log.h"
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
#define H_SPICE_COMMON_QUIC
|
||||
|
||||
#include <spice/macros.h>
|
||||
#include "quic_config.h"
|
||||
#include "macros.h"
|
||||
|
||||
SPICE_BEGIN_DECLS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user