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 'experimental/alignment-enabled/MGIZA/src/model2.h')
-rw-r--r--experimental/alignment-enabled/MGIZA/src/model2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/alignment-enabled/MGIZA/src/model2.h b/experimental/alignment-enabled/MGIZA/src/model2.h
index ff8e993..d379f22 100644
--- a/experimental/alignment-enabled/MGIZA/src/model2.h
+++ b/experimental/alignment-enabled/MGIZA/src/model2.h
@@ -22,7 +22,7 @@ USA.
#ifndef _model2_h
#define _model2_h 1
-#include <assert.h>
+#include <cassert>
#include <iostream>
#include <algorithm>
@@ -40,8 +40,8 @@ using __gnu_cxx::hash_map;
#endif
#include <fstream>
-#include <math.h>
-#include <time.h>
+#include <cmath>
+#include <ctime>
#include "TTables.h"
#include "ATables.h"