Renamed all .h to .hpp for consistency

This commit is contained in:
Nicolay Korslund 2010-06-03 20:13:27 +02:00
parent 52e7570b4f
commit 6b0b7c95f8
53 changed files with 80 additions and 79 deletions

3
tools/shared_ptr.hpp Normal file
View file

@ -0,0 +1,3 @@
// This file should include whatever it needs to define the boost/tr1
// shared_ptr<> template.
#include <boost/smart_ptr.hpp>