Skip to content

Commit

Permalink
Add missing pragma once in some headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinitou authored and abique committed Oct 17, 2024
1 parent 5979139 commit a3823b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/clap/helpers/host.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <cstring>
#include <iostream>
#include <sstream>
Expand Down
2 changes: 2 additions & 0 deletions include/clap/helpers/note-end-queue.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <cassert>
#include <cstddef>
#include <cstdint>
Expand Down
2 changes: 2 additions & 0 deletions include/clap/helpers/plugin-proxy.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <cassert>
#include <sstream>

Expand Down
2 changes: 2 additions & 0 deletions include/clap/helpers/plugin.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <cassert>
#include <cstring>
#include <exception>
Expand Down

0 comments on commit a3823b5

Please sign in to comment.