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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/moses
diff options
context:
space:
mode:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-03-20 21:43:29 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-03-20 21:43:29 +0300
commit9c19ad25b05e99366c793168d8101a56e3afe784 (patch)
treed0945fd74f1ee8b9ffa2b800a6e26349ab4e62fd /moses
parent386db6529a3698b6ad638a0882c9f20d636c7d29 (diff)
Changed order of #includes because of compiler warnings.
Diffstat (limited to 'moses')
-rw-r--r--moses/server/Translator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/server/Translator.h b/moses/server/Translator.h
index b05098ed8..062080545 100644
--- a/moses/server/Translator.h
+++ b/moses/server/Translator.h
@@ -1,10 +1,10 @@
// -*- c++ -*-
#pragma once
+#include "moses/ThreadPool.h"
#include <xmlrpc-c/base.hpp>
#include <xmlrpc-c/registry.hpp>
#include <xmlrpc-c/server_abyss.hpp>
-#include "moses/ThreadPool.h"
#ifndef WITH_THREADS
#pragma message("COMPILING WITHOUT THREADS!")
#endif