Switch to C++ versions of standard C headers
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
19ad493dcb
commit
cf542739cc
@@ -30,12 +30,11 @@
|
||||
also delete it here.
|
||||
*/
|
||||
|
||||
#include "src/statesync/completeterminal.h"
|
||||
#include "src/util/fatal_assert.h"
|
||||
#include <climits>
|
||||
|
||||
#include "src/protobufs/hostinput.pb.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include "src/statesync/completeterminal.h"
|
||||
#include "src/util/fatal_assert.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Parser;
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
#ifndef COMPLETE_TERMINAL_HPP
|
||||
#define COMPLETE_TERMINAL_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "src/terminal/parser.h"
|
||||
#include "src/terminal/terminal.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
also delete it here.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <typeinfo>
|
||||
|
||||
#include "src/statesync/user.h"
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
#ifndef USER_HPP
|
||||
#define USER_HPP
|
||||
|
||||
#include <cassert>
|
||||
#include <deque>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <assert.h>
|
||||
|
||||
#include "src/terminal/parseraction.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user