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/print.h
parent451dc31eb690f0995c88737af34949aa0ec92100 (diff)
use pragma once
Diffstat (limited to 'vowpalwabbit/print.h')
-rw-r--r--vowpalwabbit/print.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vowpalwabbit/print.h b/vowpalwabbit/print.h
index b0f42fce..4096a306 100644
--- a/vowpalwabbit/print.h
+++ b/vowpalwabbit/print.h
@@ -3,11 +3,7 @@ Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved. Released under a BSD
license as described in the file LICENSE.
*/
-#ifndef PRINT_H
-#define PRINT_H
-
+#pragma once
namespace PRINT {
LEARNER::learner* setup(vw& all);
}
-
-#endif