mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
syntax-check: make sure config.h is the first included .h file
This commit is contained in:
parent
8b4dde347b
commit
d45f3bdc6b
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#include "char_device.h"
|
||||
#include "red_channel.h"
|
||||
#include "reds.h"
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <pthread.h>
|
||||
#include "red_common.h"
|
||||
#include "spice_timer_queue.h"
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
* Test vdagent guest to server messages
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user