Skip to content

Commit

Permalink
treewide: add missing #pragma onces
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 10, 2024
1 parent 9355fa2 commit 2f515e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions libnixf/include/nixf/Basic/JSONDiagnostic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// \file
/// \brief Provide jsonified diagnostic, for other languages/structured output.
#pragma once

#include "Diagnostic.h"
#include "nixf/Basic/Range.h"
Expand Down
1 change: 1 addition & 0 deletions nixd/include/nixd/CommandLine/Configuration.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// \file
/// \brief Allow default configuration being passed via CLI
#pragma once

#include "nixd/Controller/Configuration.h"

Expand Down
2 changes: 2 additions & 0 deletions nixd/include/nixd/CommandLine/Options.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <llvm/Support/CommandLine.h>

namespace nixd {
Expand Down
2 changes: 2 additions & 0 deletions nixd/include/nixd/Support/JSON.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "Exception.h"

#include <llvm/ADT/StringRef.h>
Expand Down

0 comments on commit 2f515e0

Please sign in to comment.