Skip to content

Commit

Permalink
Fix random include breaking things
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-attack committed Sep 18, 2024
1 parent f2dc92a commit 214fe6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: cmake build
run: cmake --build .
- name: Run Tests
run: cd tests && ctest --output-on-failure
run: cd tests && ctest --output-on-failure -VV
3 changes: 0 additions & 3 deletions include/pubsub/Parameter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#include <pubsub/String.msg.h>

#ifdef __cplusplus
extern "C"
{
Expand All @@ -15,7 +13,6 @@ extern "C"
#include <pubsub/Subscriber.h>
#include <pubsub/System.h>


#include <pubsub/Parameters.msg.h>

#include <math.h>
Expand Down

0 comments on commit 214fe6a

Please sign in to comment.