vm: move bignum.cpp includes to master.hpp

That way they get PCHed
db4
Joe Groff 2011-11-07 17:44:21 -08:00
parent 18e01f7770
commit 0e3c315099
2 changed files with 2 additions and 5 deletions

View File

@ -50,11 +50,6 @@
#include "master.hpp"
#include <limits>
#include <stdio.h>
#include <math.h>
namespace factor
{

View File

@ -36,6 +36,8 @@
#include <vector>
#include <iostream>
#include <iomanip>
#include <limits>
#define FACTOR_STRINGIZE_I(x) #x
#define FACTOR_STRINGIZE(x) FACTOR_STRINGIZE_I(x)