summaryrefslogtreecommitdiffstats
path: root/raul/TableImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-08 16:05:32 +0000
committerDavid Robillard <d@drobilla.net>2011-01-08 16:05:32 +0000
commitba3e966984bc8864bccb247daa9d78d5165e13bf (patch)
treef1d4a10a2989772298f6e57ddfdb847b259f54af /raul/TableImpl.hpp
parenta6a719577de47ad695b568b7bc451b9475104a28 (diff)
downloadraul-ba3e966984bc8864bccb247daa9d78d5165e13bf.tar.gz
raul-ba3e966984bc8864bccb247daa9d78d5165e13bf.tar.bz2
raul-ba3e966984bc8864bccb247daa9d78d5165e13bf.zip
Code clean-up (cpplint).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2796 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/TableImpl.hpp')
-rw-r--r--raul/TableImpl.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/raul/TableImpl.hpp b/raul/TableImpl.hpp
index 3c53385..e123e6e 100644
--- a/raul/TableImpl.hpp
+++ b/raul/TableImpl.hpp
@@ -18,10 +18,13 @@
#ifndef RAUL_TABLE_IMPL_HPP
#define RAUL_TABLE_IMPL_HPP
-#include <cassert>
-#include <stdexcept>
#include <algorithm>
+#include <cassert>
#include <iostream>
+#include <stdexcept>
+#include <utility>
+#include <vector>
+
#include "raul/Table.hpp"
namespace Raul {