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