syntax-check: make sure config.h is the first included .h file

This commit is contained in:
Uri Lublin 2013-07-10 00:19:05 +03:00
parent 8b4dde347b
commit d45f3bdc6b
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
*/
#include <config.h>
#include "char_device.h"
#include "red_channel.h"
#include "reds.h"

View File

@ -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"

View File

@ -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>