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:
Frediano Ziglio 2019-11-26 16:41:56 +00:00
parent 34807c600c
commit 2561f62283
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include <config.h>
#include "quic_config.h"
#include "quic.h"
#include "log.h"

View File

@ -20,7 +20,6 @@
#define H_SPICE_COMMON_QUIC
#include <spice/macros.h>
#include "quic_config.h"
#include "macros.h"
SPICE_BEGIN_DECLS