summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/dpicheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/dpicheck.c')
-rw-r--r--Build/source/texk/dvipsk/dpicheck.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/texk/dvipsk/dpicheck.c b/Build/source/texk/dvipsk/dpicheck.c
index 7665112d815..fb4ecd3012f 100644
--- a/Build/source/texk/dvipsk/dpicheck.c
+++ b/Build/source/texk/dvipsk/dpicheck.c
@@ -1,12 +1,10 @@
/*
- * This software is Copyright 1988 by Radical Eye Software.
- */
-/*
* dpicheck of dvips.c. Checks the dots per inch to make sure
* it exists. The fonts which exist are DPI at the appropriate
* magnifications.
*/
-#include "dvips.h"
+#include "dvips.h" /* The copyright notice in that file is included too! */
+
extern int actualdpi ;
static integer existsizes[30] = { 0 , 99999999 } ;
static int checkdpi ;