Commit 0050d757ef80afcda1c1f5890d3a9e97456c194e

Authored by perry.werneck@gmail.com
1 parent a671907c

Removendo modulos sem uso

Showing 1 changed file with 15 additions and 9 deletions   Show diff stats
printer.c
... ... @@ -39,13 +39,18 @@
39 39 #include "globals.h"
40 40  
41 41 #if (defined(C3270) || defined(X3270_DISPLAY)) && defined(X3270_PRINTER) /*[*/
42   -#if defined(X3270_DISPLAY) /*[*/
  42 +
  43 +/*
  44 +#if defined(X3270_DISPLAY)
43 45 #include <X11/StringDefs.h>
44 46 #include <X11/Xaw/Dialog.h>
45   -#endif /*]*/
46   -#if defined(_WIN32) /*[*/
47   -#include "windows.h"
48   -#endif /*]*/
  47 +#endif
  48 +*/
  49 +
  50 +#if defined(_WIN32)
  51 + #include "windows.h"
  52 +#endif
  53 +
49 54 #include <errno.h>
50 55 #include <signal.h>
51 56 #include <stdarg.h>
... ... @@ -54,7 +59,6 @@
54 59 #include "appres.h"
55 60 #include "objects.h"
56 61 #include "resources.h"
57   -// #include "ctlr.h"
58 62  
59 63 #include "charsetc.h"
60 64 #include "ctlrc.h"
... ... @@ -63,9 +67,11 @@
63 67 #include "printerc.h"
64 68 #include "printc.h"
65 69 #include "savec.h"
66   -#if defined(C3270) /*[*/
67   -#include "screenc.h"
68   -#endif /*]*/
  70 +
  71 +#if defined(C3270)
  72 + #include "screenc.h"
  73 +#endif
  74 +
69 75 #include "tablesc.h"
70 76 #include "telnetc.h"
71 77 #include "trace_dsc.h"
... ...