Clean imports and shorten tests

This commit is contained in:
Nick Terrell
2017-01-27 10:43:18 -08:00
parent 9c018cc140
commit 58f499c41e
4 changed files with 32 additions and 43 deletions
+1 -1
View File
@@ -7,6 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include "Options.h"
#include "util.h"
#include "utils/ScopeGuard.h"
#include <algorithm>
@@ -15,7 +16,6 @@
#include <cstring>
#include <iterator>
#include <thread>
#include <util.h>
#include <vector>
#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(_WIN32) || \