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

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-10-17 16:00:05 +0400
committerJohn Langford <jl@hunch.net>2014-10-17 16:00:05 +0400
commitb372c0e2cba818e2301a2f14bb68a789a4030069 (patch)
treed244bc25a5fa785b54d2bb0e11a1ccb74ada4c89 /vowpalwabbit/scorer.h
parent451dc31eb690f0995c88737af34949aa0ec92100 (diff)
use pragma once
Diffstat (limited to 'vowpalwabbit/scorer.h')
-rw-r--r--vowpalwabbit/scorer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/vowpalwabbit/scorer.h b/vowpalwabbit/scorer.h
index 328b0ad7..3405b2e9 100644
--- a/vowpalwabbit/scorer.h
+++ b/vowpalwabbit/scorer.h
@@ -1,7 +1,4 @@
-#ifndef SCORER_H
-#define SCORER_H
-
+#pragma once
namespace Scorer {
LEARNER::learner* setup(vw& all, po::variables_map& vm);
}
-#endif