home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / DIBVIEW / MASTER.H_ / MASTER.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  701 b   |  30 lines

  1. // MASTER.H  - master list of includes shared by all projects.
  2. //    this facilitates using pre-compiled headers by ensuring
  3. //    that headers always appear in the same order in every file.
  4.  
  5. #include <windows.h>
  6. #include <string.h>
  7. #include <stdio.h>
  8. #include <math.h>
  9. #include <io.h>
  10. #include <direct.h>
  11. #include <memory.h>
  12. #include <assert.h>
  13. #include <stdlib.h>
  14. #include "commdlg.h"
  15. #include "about.h"
  16. #include "capture.h"
  17. #include "child.h"
  18. #include "clipbrd.h"
  19. #include "dib.h"
  20. #include "dibview.h"
  21. #include "dlgs.h"
  22. #include "errors.h"
  23. #include "file.h"
  24. #include "frame.h"
  25. #include "init.h"
  26. #include "options.h"
  27. #include "paint.h"
  28. #include "palette.h"
  29. #include "print.h"
  30.