From: Paul Eggert Date: Wed, 11 Dec 2002 06:48:54 +0000 (+0000) Subject: Sort include files. X-Git-Tag: BISON-1_875~117 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/353d3eb65130304744b0ea1a4a317517eec7b956 Sort include files. --- diff --git a/src/scan-skel.l b/src/scan-skel.l index e7f5b708..80849d37 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -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. @@ -23,8 +24,10 @@ %{ #include "system.h" -#include "quotearg.h" -#include "error.h" + +#include +#include + #include "getargs.h" #include "files.h"