mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Sort include files.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user