Skip to content

Commit

Permalink
chore(sinsp): add pragma once directive to thread pool headers
Browse files Browse the repository at this point in the history
Signed-off-by: Gianmatteo Palmieri <mail@gian.im>
  • Loading branch information
mrgian committed Sep 13, 2024
1 parent acc2d4e commit d30b2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libsinsp/thread_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#pragma once

#include <list>
#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions userspace/libsinsp/thread_pool_bs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#pragma once

#include <libsinsp/thread_pool.h>

Expand Down

0 comments on commit d30b2bf

Please sign in to comment.