convert atc library header files to C++ style

This commit is contained in:
Axel Kohlmeyer
2018-05-08 00:05:18 -04:00
parent 1888b616c4
commit f39a8d46d1
17 changed files with 21 additions and 22 deletions

View File

@ -2,10 +2,9 @@
#define ARRAY2D_H
#include <cstdlib>
#include <cstdio>
#include <string>
#include <iostream>
#include <cstdlib>
#include <stdio.h>
#include "Array.h"