mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-26 11:13:36 +00:00
Do not check for HAVE_CONFIG_H
This should always be defined and including config.h is a requirement. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
@@ -393,9 +393,7 @@ Also in source (no header) files you must include `config.h` at the beginning so
|
||||
|
||||
[source,c]
|
||||
----
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <system_headers.h>
|
||||
#include <no_spice_no_system_libraries.h>
|
||||
|
||||
Reference in New Issue
Block a user