Skip to content

Commit

Permalink
Added #pragma once. #370
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmclean committed Jul 17, 2023
1 parent 9c6c301 commit a261cdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/program_options_utils.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

#ifndef DISKANN_PROGRAM_OPTIONS_UTILS_CPP
#define DISKANN_PROGRAM_OPTIONS_UTILS_CPP
#pragma once

#include <string.h>

Expand Down Expand Up @@ -67,5 +66,3 @@ const char *UNIVERSAL_LABEL =
const char *FILTERED_LBUILD = "Build complexity for filtered points, higher value results in better graphs";

} // namespace program_options_utils

#endif // DISKANN_PROGRAM_OPTIONS_UTILS_CPP

0 comments on commit a261cdb

Please sign in to comment.