Be consistent in how we include Boost header files.

This commit is contained in:
JoelKatz
2012-05-28 04:28:22 -07:00
parent f4d458f77d
commit 3047f77160
7 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#include <string>
#include "boost/bind.hpp"
#include <boost/bind.hpp>
#include "LedgerHistory.h"
#include "Config.h"