X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=1cf65839bb3751eb56069fd0b7e39371e0d409df;hb=b815c86970094c38080967a527c2d39312f601f1;hp=901c98a2a09b4ac61cd4b06bab2cb7ae604de056;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/output/html.c b/src/output/html.c index 901c98a2..1cf65839 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -17,9 +17,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* This #if encloses the rest of the file. */ -#if !NO_HTML - #include #include "chart.h" #include "htmlP.h" @@ -34,6 +31,7 @@ #endif #include "alloc.h" +#include "compiler.h" #include "message.h" #include "filename.h" #include "getline.h" @@ -647,6 +645,3 @@ struct outp_class html_class = html_finalise_chart }; - -#endif /* !NO_HTML */ -