Use angle brackets form of including config.h
authorSebastian Bauer <mail@sebastianbauer.info>
Tue, 31 Jul 2012 05:30:32 +0000 (07:30 +0200)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 1 Aug 2012 19:21:51 +0000 (15:21 -0400)
pixman/pixman-matrix.c

index 6d215ff..a029ab7 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <math.h>