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:
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