Rearranged includes for consistency after testing

pull/35/head
Jeffrey Walton 2015-07-27 13:03:18 -04:00
parent efcc05e615
commit c42947e19b
1 changed files with 0 additions and 2 deletions

2
misc.h
View File

@ -1,8 +1,6 @@
#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include <cstddef> // for size_t when -stdlib=libc++
#include "cryptlib.h"
#include "smartptr.h"
#include "trap.h"