Ensure config.h is the first include in the file

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2012-04-25 09:22:56 +01:00
parent f056a53b99
commit e71cb83680

View File

@ -2,8 +2,8 @@
* Recreate the primary surface endlessly.
*/
#include <math.h>
#include <config.h>
#include <math.h>
#include <stdlib.h>
#include "test_display_base.h"