diff --git a/gcc/cobol/cdf-copy.cc b/gcc/cobol/cdf-copy.cc
index a98d789f8eedd785f901d748d1c6e00ea762acd4..eed8829ab60c38b6264777d2d74a578b3a410f35 100644
--- a/gcc/cobol/cdf-copy.cc
+++ b/gcc/cobol/cdf-copy.cc
@@ -36,6 +36,7 @@
 
 #include "cobol-system.h"
 #include "cbldiag.h"
+#include "util.h"
 #include "copybook.h"
 
 #include <glob.h>
diff --git a/gcc/cobol/copybook.h b/gcc/cobol/copybook.h
index a0eeef21a493bc3459ddf79999a56e8dca673ca5..7f1a30fbacf068fb4b6dae67eadd97c2c74e3735 100644
--- a/gcc/cobol/copybook.h
+++ b/gcc/cobol/copybook.h
@@ -31,7 +31,7 @@
 #ifndef _COPYBOOK_H
 #define _COPYBOOK_H
 
-#include "util.h"
+// #include "util.h"
 
 FILE * copy_mode_start();
 
diff --git a/gcc/cobol/genapi.cc b/gcc/cobol/genapi.cc
index da69de702f8d292e393159bbcad41578a395f85f..5caa3e979f5b86697ea3aa1b1a3ee210e1ace1a7 100644
--- a/gcc/cobol/genapi.cc
+++ b/gcc/cobol/genapi.cc
@@ -52,7 +52,6 @@
 #include "valconv.h"
 #include "cbldiag.h"
 #include "show_parse.h"
-#include "util.h"
 
 extern int yylineno;
 
diff --git a/gcc/cobol/gengen.cc b/gcc/cobol/gengen.cc
index 680b38e5ab6128ebb35da43d0422ca5425f5abf6..270856eeb49c782e67037a0b845fc06763561a83 100644
--- a/gcc/cobol/gengen.cc
+++ b/gcc/cobol/gengen.cc
@@ -101,7 +101,6 @@
 #include "cbldiag.h"
 #include "symbols.h"
 #include "gengen.h"
-#include "util.h"
 
 // We are limiting the programmer to functions with 512 or fewer arguments.
 // Don't like it?  Cry me a river.
diff --git a/gcc/cobol/lexio.cc b/gcc/cobol/lexio.cc
index 1c4bc9d102a11e413d3ffbc2b6b2b5cef8700783..4b948e5491a516c42e5328a5eb6455168d1e0aa2 100644
--- a/gcc/cobol/lexio.cc
+++ b/gcc/cobol/lexio.cc
@@ -33,6 +33,7 @@
 #include <ext/stdio_filebuf.h>
 #include "cobol-system.h"
 #include "cbldiag.h"
+#include "util.h"
 #include "copybook.h"
 #include "lexio.h"