diff options
author | Graham Percival <graham@percival-music.ca> | 2011-12-15 06:52:55 -0800 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2012-01-09 06:08:41 +0000 |
commit | 42984d05239a3c3be1ea859ba5214ce140448afc (patch) | |
tree | 3131c2ea4b742efb8ca5cf0ebeef85f2b5965e21 /flower | |
parent | 17b654ec37966abda737e6df511ce5a7c962ec92 (diff) |
Remove unnecessary std
Diffstat (limited to 'flower')
-rw-r--r-- | flower/include/axis.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flower/include/axis.hh b/flower/include/axis.hh index f86bf2e834..a4ae77b7b8 100644 --- a/flower/include/axis.hh +++ b/flower/include/axis.hh @@ -21,7 +21,6 @@ #define AXES_HH #include <cassert> -using namespace std; enum Axis { |