changeset 21464:6e5540ddb639

textscan: Don't #include builtin-defun-decls.h * textscan.cc: Don't #include "builtin-defun-decls.h", it is not needed and causes a circular dependency in the build system.
author Mike Miller <mtmiller@octave.org>
date Thu, 17 Mar 2016 14:12:29 -0700
parents a4c411681e25
children bca9aaef907a
files libinterp/corefcn/textscan.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/textscan.cc	Thu Mar 17 16:09:21 2016 -0400
+++ b/libinterp/corefcn/textscan.cc	Thu Mar 17 14:12:29 2016 -0700
@@ -1058,7 +1058,6 @@
   is.field_done ();
 }
 
-#include "builtin-defun-decls.h"
 /**
  *  Read data corresponding to the entire format string once,
  *  placing the values in row  row of retval.