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,8 +1,9 @@
#include "boost/bind.hpp"
#include "TransactionMaster.h"
#include <boost/bind.hpp>
#include "Application.h"
#include "TransactionMaster.h"
#ifndef CACHED_TRANSACTION_NUM
#define CACHED_TRANSACTION_NUM 65536