diff libinterp/corefcn/defaults.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 855122b993da
children b95c430c0649
line wrap: on
line diff
--- a/libinterp/corefcn/defaults.cc	Wed May 03 09:15:22 2017 -0700
+++ b/libinterp/corefcn/defaults.cc	Wed May 03 15:22:21 2017 -0400
@@ -36,7 +36,7 @@
 #include "pathsearch.h"
 #include "str-vec.h"
 
-#include <defaults.h>
+#include "defaults.h"
 #include "defun.h"
 #include "error.h"
 #include "file-ops.h"
@@ -50,7 +50,7 @@
 #include "interpreter.h"
 #include "unwind-prot.h"
 #include "variables.h"
-#include <version.h>
+#include "version.h"
 
 std::string Voctave_home;