diff libinterp/corefcn/toplev.cc @ 23466:5da300c55e89

use "" instead of <> for including defaults.h and version.h * defaults.cc, dynamic-ld.cc, help.cc, interpreter.cc, oct-hist.cc, toplev.cc, utils.cc, variables.cc, ov-dld-fcn.cc, ov-mex-fcn.cc, ov-usr-fcn.cc: Use "" instead of <> for including defaults.h and version.h.
author John W. Eaton <jwe@octave.org>
date Wed, 03 May 2017 15:22:21 -0400
parents 092078913d54
children af2f1f3dbe06
line wrap: on
line diff
--- a/libinterp/corefcn/toplev.cc	Wed May 03 09:15:22 2017 -0700
+++ b/libinterp/corefcn/toplev.cc	Wed May 03 15:22:21 2017 -0400
@@ -61,7 +61,7 @@
 #include "sysdep.h"
 #include "unwind-prot.h"
 #include "utils.h"
-#include <version.h>
+#include "version.h"
 
 #if ! defined (SHELL_PATH)
 #  define SHELL_PATH "/bin/sh"