Reorder include block according to style guide

This commit is contained in:
Dennis Luxen
2013-06-26 09:43:13 -04:00
parent f13694b539
commit 2b8b876713
3 changed files with 999 additions and 3 deletions
+3 -3
View File
@@ -21,12 +21,12 @@
#ifndef EXTRACTIONCONTAINERS_H_
#define EXTRACTIONCONTAINERS_H_
#include <boost/foreach.hpp>
#include <stxxl.h>
#include "ExtractorStructs.h"
#include "../DataStructures/TimingUtil.h"
#include <boost/foreach.hpp>
#include <stxxl.h>
class ExtractionContainers {
public:
typedef stxxl::vector<NodeID> STXXLNodeIDVector;