diff src/load-save.cc @ 1465:3bb3848031a0

[project @ 1995-09-22 07:35:51 by jwe]
author jwe
date Fri, 22 Sep 1995 07:45:28 +0000
parents a2305feef016
children 89c587478067
line wrap: on
line diff
--- a/src/load-save.cc
+++ b/src/load-save.cc
@@ -34,6 +34,10 @@
 #include <fstream.h>
 #include <strstream.h>
 
+#include <readline/tilde.h>
+
+#include "fnmatch.h"
+
 #include "defun.h"
 #include "error.h"
 #include "gripes.h"
@@ -49,13 +53,6 @@
 #include "user-prefs.h"
 #include "utils.h"
 
-extern "C"
-{
-#include <readline/tilde.h>
-
-#include "fnmatch.h"
-}
-
 #if CHAR_BIT != 8
 LOSE! LOSE!
 #endif