summaryrefslogtreecommitdiffstats
path: root/src/vZ.hpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-06 14:27:54 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-06 14:27:54 -0400
commit3d8acfbde5f4eb4b612da36c136f9e8904f0c09d (patch)
tree034f51f84ae152225db2cca06b6c768d3a620c1b /src/vZ.hpp
parent0bb71151afdaf179dd983c2598fa6ae7bbf23b27 (diff)
downloadvz-3d8acfbde5f4eb4b612da36c136f9e8904f0c09d.tar.xz
Capitalize include filenames.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r--src/vZ.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vZ.hpp b/src/vZ.hpp
index 8035159..7ad137f 100644
--- a/src/vZ.hpp
+++ b/src/vZ.hpp
@@ -23,8 +23,8 @@
#ifndef VZ_HPP
#define VZ_HPP
-#include <vZ/traits.hpp>
-#include <vZ/integrator.hpp>
-#include <vZ/simple.hpp>
+#include <vZ/Traits.hpp>
+#include <vZ/Integrator.hpp>
+#include <vZ/Simple.hpp>
#endif // VZ_HPP