diff src/oct.h @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents b6e652bf4e5f
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/oct.h	Fri Feb 25 17:42:55 2005 +0000
+++ b/src/oct.h	Fri Feb 25 19:55:28 2005 +0000
@@ -28,18 +28,18 @@
 // config.h needs to be first because it includes #defines that can */
 // affect other header files.
 
-#include <octave/config.h>
+#include "config.h"
 
-#include <octave/Matrix.h>
+#include "Matrix.h"
 
-#include <octave/defun-dld.h>
-#include <octave/error.h>
-#include <octave/gripes.h>
-#include <octave/help.h>
-#include <octave/oct-obj.h>
-#include <octave/pager.h>
-#include <octave/utils.h>
-#include <octave/variables.h>
+#include "defun-dld.h"
+#include "error.h"
+#include "gripes.h"
+#include "help.h"
+#include "oct-obj.h"
+#include "pager.h"
+#include "utils.h"
+#include "variables.h"
 
 #endif