update to c++ style include header syntax

This commit is contained in:
Axel Kohlmeyer
2018-05-11 23:56:38 -04:00
parent 94c6d2d546
commit 1f193e02e0
14 changed files with 42 additions and 41 deletions

View File

@ -1,5 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <cstdio>
#include <cstring>
#include "files.h"
#define MAXLINE 256