cgram: sort includes

This commit is contained in:
rillig 2021-02-21 15:42:21 +00:00
parent b15c3153c9
commit 43892d8404
1 changed files with 7 additions and 6 deletions

View File

@ -29,14 +29,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include <err.h>
#include <assert.h>
#include <ctype.h>
#include <curses.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "pathnames.h"
////////////////////////////////////////////////////////////