Skip to content

Commit

Permalink
Fix config paths
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Aug 12, 2022
1 parent 7addbcf commit 8ff77a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/gz/launch.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
*/

#include <ignition/launch.hh>
#include <ignition/launch/config.hh>
#include <gz/launch/config.hh>
2 changes: 1 addition & 1 deletion include/gz/launch/Export.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
*/

#include <ignition/launch/Export.hh>
#include <ignition/launch/config.hh>
#include <gz/launch/config.hh>
2 changes: 1 addition & 1 deletion include/gz/launch/Plugin.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
*/

#include <ignition/launch/Plugin.hh>
#include <ignition/launch/config.hh>
#include <gz/launch/config.hh>

0 comments on commit 8ff77a2

Please sign in to comment.