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

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GIZA++-v2/hmm.h')
-rw-r--r--GIZA++-v2/hmm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/GIZA++-v2/hmm.h b/GIZA++-v2/hmm.h
index d4f3301..ee6009b 100644
--- a/GIZA++-v2/hmm.h
+++ b/GIZA++-v2/hmm.h
@@ -22,7 +22,7 @@ USA.
#ifndef _hmm_h
#define _hmm_h 1
-#include <assert.h>
+#include <cassert>
#include <iostream>
#include <algorithm>
@@ -38,9 +38,9 @@ using __gnu_cxx::hash_map;
#else
#include <hash_map>
#endif
-#include <fstream.h>
-#include <math.h>
-#include <time.h>
+#include <fstream>
+#include <cmath>
+#include <ctime>
#include "TTables.h"
#include "ATables.h"