Be consistent in how we specify this feature table.

This commit is contained in:
JoelKatz
2012-12-02 15:36:27 -08:00
parent 7708968cff
commit 585203f558
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
#include <boost/weak_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/unordered/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include "../json/value.h"

View File

@@ -7,7 +7,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/unordered/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include "types.h"
#include "uint256.h"