diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-06 14:27:54 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-06 14:27:54 -0400 |
commit | 3d8acfbde5f4eb4b612da36c136f9e8904f0c09d (patch) | |
tree | 034f51f84ae152225db2cca06b6c768d3a620c1b /src/vZ.hpp | |
parent | 0bb71151afdaf179dd983c2598fa6ae7bbf23b27 (diff) | |
download | vz-3d8acfbde5f4eb4b612da36c136f9e8904f0c09d.tar.xz |
Capitalize include filenames.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r-- | src/vZ.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |