diff --git a/cogl/cogl.h b/cogl/cogl.h index a6b074798..d678d0821 100644 --- a/cogl/cogl.h +++ b/cogl/cogl.h @@ -139,8 +139,7 @@ * The cogl_path_ api used to be part of the core Cogl api so for * compatability we include cogl-path.h via cogl.h */ -#if !defined (COGL_ENABLE_EXPERIMENTAL_2_0_API) && \ - defined (COGL_HAS_COGL_PATH_SUPPORT) +#if defined (COGL_HAS_COGL_PATH_SUPPORT) #include #endif