Add new headers to test of including all headers.

Also, alphabetize all of the headers in that test.
This commit is contained in:
Stephen Heumann 2021-12-26 16:50:34 -06:00
parent bccbcb132b
commit 3997fc6dce
1 changed files with 10 additions and 7 deletions

View File

@ -3,6 +3,7 @@
#include <ace.h>
#include <adb.h>
#include <appleshare.h>
#include <assert.h>
#include <control.h>
#include <ctype.h>
@ -10,7 +11,9 @@
#include <dialog.h>
#include <errno.h>
#include <event.h>
#include <fcntl.h>
#include <fenv.h>
#include <float.h>
#include <font.h>
#include <gsos.h>
#include <intmath.h>
@ -20,6 +23,7 @@
#include <lineedit.h>
#include <list.h>
#include <loader.h>
#include <locale.h>
#include <locator.h>
#include <math.h>
#include <memory.h>
@ -33,10 +37,12 @@
#include <prodos.h>
#include <qdaux.h>
#include <quickdraw.h>
#include <resources.h>
#include <scheduler.h>
#include <scrap.h>
#include <setjmp.h>
#include <shell.h>
#include <signal.h>
#include <sound.h>
#include <stdalign.h>
#include <stdarg.h>
@ -48,17 +54,14 @@
#include <stdlib.h>
#include <stdnoreturn.h>
#include <string.h>
#include <textedit.h>
#include <texttool.h>
#include <tgmath.h>
#include <time.h>
#include <types.h>
#include <window.h>
#include <float.h>
#include <fcntl.h>
#include <signal.h>
#include <appleshare.h>
#include <resources.h>
#include <textedit.h>
#include <uchar.h>
#include <video.h>
#include <window.h>
main ()
{