Don't include stdio.h and replace stdlib.h by cstdlib (as requested by AF)
This commit is contained in:
+2
-2
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -120,8 +121,7 @@ int main(int argc, char * argv[])
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <cstdlib>
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Empty main() if TAUCS is not installed
|
||||
|
||||
Reference in New Issue
Block a user