]> git.saurik.com Git - bison.git/commitdiff
Sort include files.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2002 06:48:54 +0000 (06:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2002 06:48:54 +0000 (06:48 +0000)
src/scan-skel.l

index e7f5b708bf541042536956029741c63e67159ad1..80849d37aa609dbb59931f37c53e48dd6657e658 100644 (file)
@@ -1,5 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
-   Copyright (C) 2001, 2002  Free Software Foundation, Inc.
+
+   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 
 %{
 #include "system.h"
-#include "quotearg.h"
-#include "error.h"
+
+#include <error.h>
+#include <quotearg.h>
+
 #include "getargs.h"
 #include "files.h"