summaryrefslogtreecommitdiffstats
path: root/src/bltVecInt.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-24 19:06:47 (GMT)
committerjoye <joye>2014-04-24 19:06:47 (GMT)
commit012bb5a056c9addc708d988016dd86d1f694b6c9 (patch)
tree72d63ccdad4d3a7c6020a8135a9d50909cb6cbe2 /src/bltVecInt.h
parent864d51942146281ee64e270b84710e009f46f954 (diff)
downloadblt-012bb5a056c9addc708d988016dd86d1f694b6c9.zip
blt-012bb5a056c9addc708d988016dd86d1f694b6c9.tar.gz
blt-012bb5a056c9addc708d988016dd86d1f694b6c9.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltVecInt.h')
-rw-r--r--src/bltVecInt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltVecInt.h b/src/bltVecInt.h
index 3076b75..6a5a353 100644
--- a/src/bltVecInt.h
+++ b/src/bltVecInt.h
@@ -28,7 +28,6 @@
*/
-#include "bltInt.h"
#include "bltChain.h"
#include "bltVector.h"
@@ -85,7 +84,7 @@ typedef struct {
/*
* If you change these fields, make sure you change the definition of
- * Blt_Vector in bltInt.h and blt.h too.
+ * Blt_Vector in blt.h too.
*/
double *valueArr; /* Array of values (malloc-ed) */