diff liboctave/numeric/CmplxLU.cc @ 15374:b5f28cc401b9

Use double quotes, not angle brackets, for '#include "base-lu.cc"'. * CmplxLU.cc, dbleLU.cc, fCmplxLU.cc, floatLU.cc: Use double quotes, not angle brackets, for '#include "base-lu.cc"'.
author Rik <rik@octave.org>
date Thu, 13 Sep 2012 09:14:07 -0700
parents 648dabbb4c6b
children d63878346099
line wrap: on
line diff
--- a/liboctave/numeric/CmplxLU.cc
+++ b/liboctave/numeric/CmplxLU.cc
@@ -33,8 +33,8 @@
 
 // Instantiate the base LU class for the types we need.
 
-#include <base-lu.h>
-#include <base-lu.cc>
+#include "base-lu.h"
+#include "base-lu.cc"
 
 template class base_lu <ComplexMatrix>;