From: John Darrington <john@darrington.wattle.id.au>
Date: Sat, 2 Jul 2011 12:01:09 +0000 (+0200)
Subject: For consistency with other files use <> instead of ""
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b024294c4517190ba3ba3d24e90fb2ad435af81;p=pspp

For consistency with other files use <> instead of ""
---

diff --git a/src/language/stats/flip.c b/src/language/stats/flip.c
index 6049f1fa9c..283a2266a4 100644
--- a/src/language/stats/flip.c
+++ b/src/language/stats/flip.c
@@ -14,7 +14,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include "config.h"
+#include <config.h>
 
 #include <ctype.h>
 #include <errno.h>