Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/src/model3.h')
-rw-r--r--mgizapp/src/model3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgizapp/src/model3.h b/mgizapp/src/model3.h
index c3e7d28..33e7dd1 100644
--- a/mgizapp/src/model3.h
+++ b/mgizapp/src/model3.h
@@ -21,7 +21,7 @@
*/
#ifndef _model3_h
#define _model3_h 1
-#include <assert.h>
+#include <cassert>
#include <iostream>
#include <algorithm>
#include <functional>
@@ -36,9 +36,9 @@ using __gnu_cxx::hash_map;
#include <hash_map>
#endif
-#include <time.h>
+#include <ctime>
#include <fstream>
-#include <math.h>
+#include <cmath>
#include "MoveSwapMatrix.h"
#include "TTables.h"
#include "ATables.h"