From 2e370eb9959183c44691608db9d366a5ec9fa11f Mon Sep 17 00:00:00 2001 From: methylDragon <methylDragon@gmail.com> Date: Fri, 12 Aug 2022 14:45:55 -0700 Subject: [PATCH] Fix config paths Signed-off-by: methylDragon <methylDragon@gmail.com> --- include/gz/launch.hh | 2 +- include/gz/launch/Export.hh | 2 +- include/gz/launch/Plugin.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gz/launch.hh b/include/gz/launch.hh index d7c9bd68..6a24342b 100644 --- a/include/gz/launch.hh +++ b/include/gz/launch.hh @@ -16,4 +16,4 @@ */ #include <ignition/launch.hh> -#include <ignition/launch/config.hh> +#include <gz/launch/config.hh> diff --git a/include/gz/launch/Export.hh b/include/gz/launch/Export.hh index f4110aaf..7c3d54c8 100644 --- a/include/gz/launch/Export.hh +++ b/include/gz/launch/Export.hh @@ -16,4 +16,4 @@ */ #include <ignition/launch/Export.hh> -#include <ignition/launch/config.hh> +#include <gz/launch/config.hh> diff --git a/include/gz/launch/Plugin.hh b/include/gz/launch/Plugin.hh index de3bcc57..594f4d77 100644 --- a/include/gz/launch/Plugin.hh +++ b/include/gz/launch/Plugin.hh @@ -16,4 +16,4 @@ */ #include <ignition/launch/Plugin.hh> -#include <ignition/launch/config.hh> +#include <gz/launch/config.hh>