Move math.h includes into .cc files

This commit is contained in:
dmiller 2015-06-23 00:09:01 +00:00
parent 6a38678b56
commit cfe8893304
5 changed files with 7 additions and 1 deletions

View file

@ -133,6 +133,8 @@
#include "FPModel.h"
extern NmapOps o;
#include <math.h>
/******************************************************************************
* Globals. *