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 18, 2022
1 parent 0646874 commit 2e370eb
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 2e370eb

Please sign in to comment.