Cleaned up cstdlib includes

This commit is contained in:
Charles Dang 2016-06-07 03:12:04 +11:00
parent 1d0e4fff41
commit 7b21849487
12 changed files with 0 additions and 13 deletions

View file

@ -61,7 +61,6 @@
#include <boost/smart_ptr/intrusive_ptr.hpp> // for intrusive_ptr
#include <boost/smart_ptr/shared_ptr.hpp> // for dynamic_pointer_cast, etc
#include <cmath> // for sqrt
#include <cstdlib> // for abs
#include <ctime> // for time
#include <iterator> // for back_inserter
#include <ostream> // for operator<<, basic_ostream, etc

View file

@ -17,7 +17,6 @@
#ifndef ASSERTS_HPP_INCLUDED
#define ASSERTS_HPP_INCLUDED
#include <cstdlib>
#include <iostream>
#include <csignal>

View file

@ -26,7 +26,6 @@
#include "util.hpp"
#include "utils/const_clone.hpp"
#include <cstdlib>
#include <cstring>
#include <deque>
#include <istream>

View file

@ -62,7 +62,6 @@
#include <algorithm> // for copy, max, min, stable_sort
#include <boost/optional.hpp> // for optional
#include <boost/tuple/tuple.hpp> // for tuple
#include <cstdlib> // for system
#include <iostream> // for operator<<, basic_ostream, etc
#include <utility> // for pair
#include <SDL.h> // for SDL_INIT_JOYSTICK, etc

View file

@ -15,8 +15,6 @@
#ifndef GUI_WIDGETS_AUXILIARY_NOTIFIEE_HPP_INCLUDED
#define GUI_WIDGETS_AUXILIARY_NOTIFIEE_HPP_INCLUDED
#include <cstdlib>
namespace gui2
{

View file

@ -52,7 +52,6 @@
#include "global.hpp"
#include <cstdlib>
#include <string>
#include <sstream>
#include <boost/mpl/set.hpp>

View file

@ -21,7 +21,6 @@ class config;
class variable_set;
#include <cmath>
#include <cstdlib>
#include <set>
#include <string>
#include <vector>

View file

@ -14,7 +14,6 @@
#ifndef RANDOM_NEW_H_INCLUDED
#define RANDOM_NEW_H_INCLUDED
#include <cstdlib> //needed for RAND_MAX
#include <boost/cstdint.hpp>
using boost::uint32_t;

View file

@ -23,7 +23,6 @@
#include <SDL.h>
#include <cstdlib>
#include <iosfwd>
#include <map>
#include <string>

View file

@ -63,7 +63,6 @@
#pragma warning (pop)
#endif
#include <cassert> // for assert
#include <cstdlib> // for rand
#include <exception> // for exception
#include <iterator> // for back_insert_iterator, etc
#include <new> // for operator new

View file

@ -19,7 +19,6 @@
#include "util.hpp"
#include <cstdlib>
template<>
size_t lexical_cast<size_t, const std::string&>(const std::string& a)
{

View file

@ -87,7 +87,6 @@
#include <cerrno> // for ENOMEM
#include <clocale> // for setlocale, LC_ALL, etc
#include <cstdio> // for remove, fprintf, stderr
#include <cstdlib> // for srand, exit
#include <ctime> // for time, ctime, time_t
#include <exception> // for exception
#include <fstream> // for operator<<, basic_ostream, etc