Use C++ style header include

This commit is contained in:
Alex Butum 2014-07-08 12:26:55 +03:00
parent b2ba5f61b0
commit 46c977f29b

View File

@ -2,9 +2,9 @@
#include <string>
#include <chrono>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <sstream>