Common: Reduced included headers

This commit is contained in:
Paul Beckingham 2015-12-20 10:02:15 -05:00
parent 94248e57ea
commit 2f37a72aa9
2 changed files with 2 additions and 9 deletions

View file

@ -25,15 +25,9 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <vector>
#include <string>
#include <strings.h>
#include <math.h>
#include <text.h>
#include <iomanip>
#include <math.h>
////////////////////////////////////////////////////////////////////////////////
void split (

View file

@ -27,7 +27,6 @@
#ifndef INCLUDED_TEXT
#define INCLUDED_TEXT
#include <set>
#include <sstream>
#include <string>
#include <vector>