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/lrq.h
parent451dc31eb690f0995c88737af34949aa0ec92100 (diff)
use pragma once
Diffstat (limited to 'vowpalwabbit/lrq.h')
-rw-r--r--vowpalwabbit/lrq.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/vowpalwabbit/lrq.h b/vowpalwabbit/lrq.h
index 13015cda..af0aae77 100644
--- a/vowpalwabbit/lrq.h
+++ b/vowpalwabbit/lrq.h
@@ -1,7 +1,4 @@
-
-#ifndef LRQ_HEADER
-#define LRQ_HEADER
+#pragma once
namespace LRQ {
LEARNER::learner* setup(vw& all, po::variables_map& vm);
}
-#endif