Sort include files.

This commit is contained in:
Paul Eggert
2002-12-11 06:48:54 +00:00
parent 223ff46e4c
commit 353d3eb651

View 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.
@@ -23,8 +24,10 @@
%{
#include "system.h"
#include "quotearg.h"
#include "error.h"
#include <error.h>
#include <quotearg.h>
#include "getargs.h"
#include "files.h"