summaryrefslogtreecommitdiff
path: root/src/main/Vector3D.h
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-04-17 20:24:32 +0000
committerJakob Odersky <jodersky@gmail.com>2011-04-17 20:24:32 +0000
commitfa155ede4af523228b455015312f5ebbb0fec183 (patch)
tree97c113c8eea4bdbde2e56ac9cc53ec3d8ce5bd99 /src/main/Vector3D.h
parent964f0f8a7c88c1128c2edbef1fb36a86ed9864cf (diff)
downloadvhc-fa155ede4af523228b455015312f5ebbb0fec183.tar.gz
vhc-fa155ede4af523228b455015312f5ebbb0fec183.tar.bz2
vhc-fa155ede4af523228b455015312f5ebbb0fec183.zip
Repare erreur commise dans Vector3D, dans la revision precedente.
Diffstat (limited to 'src/main/Vector3D.h')
-rw-r--r--src/main/Vector3D.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/Vector3D.h b/src/main/Vector3D.h
index c4935e2..48a6c81 100644
--- a/src/main/Vector3D.h
+++ b/src/main/Vector3D.h
@@ -8,7 +8,6 @@
#ifndef VECTOR3D_H_
#define VECTOR3D_H_
-#include <sstream>
#include <math.h>
#include "exceptions.h"
#include "Printable.h"