@ -7,10 +7,10 @@
#include <sim.h>
#include <pnode.h>
#include <fteext.h>
#include <cpextern.h>
#include "com_compose.h"
#include "completion.h"
#include "streams.h"
/* Copy the data from a vector into a buffer with larger dimensions. */
static void
@ -2,9 +2,9 @@
#include <bool.h>
#include <variable.h>
#include "com_display.h"
#include "plotting/plotting.h"
#include "plotting/pvec.h"
@ -2,6 +2,7 @@
#include <dvec.h>
#include "vectors.h"
#include "com_setscale.h"
@ -10,6 +10,8 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include "fteparse.h"
#include "cpitf.h"
#include <terminal.h>
/* Set some standard variables and aliases, etc, and init the ccom stuff. */
@ -19,6 +19,8 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include "fteext.h"
#include "doplot.h"
#include "plotting/agraf.h"
#include "plotting/graf.h"
extern double *ft_SMITHminmax(struct dvec *v, bool yval);