Switch to C++ versions of standard C headers

This commit is contained in:
Alex Chernyakhovsky
2023-07-30 18:10:08 -04:00
committed by Alex Chernyakhovsky
parent 19ad493dcb
commit cf542739cc
56 changed files with 206 additions and 192 deletions
+1 -1
View File
@@ -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"