From a1156fc302cbb17cc198815a69a9bfefa6c287f8 Mon Sep 17 00:00:00 2001 From: Walt Karas Date: Tue, 6 Sep 2022 15:52:43 +0000 Subject: [PATCH] Move Cleanup.h from plugins/xdebug to incude/tscpp/api . --- {plugins/xdebug => include/tscpp/api}/Cleanup.h | 0 include/tscpp/api/Makefile.am | 1 + plugins/xdebug/Makefile.inc | 1 - plugins/xdebug/xdebug.cc | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename {plugins/xdebug => include/tscpp/api}/Cleanup.h (100%) diff --git a/plugins/xdebug/Cleanup.h b/include/tscpp/api/Cleanup.h similarity index 100% rename from plugins/xdebug/Cleanup.h rename to include/tscpp/api/Cleanup.h diff --git a/include/tscpp/api/Makefile.am b/include/tscpp/api/Makefile.am index c2f4e1c1193..9dc535c43f4 100644 --- a/include/tscpp/api/Makefile.am +++ b/include/tscpp/api/Makefile.am @@ -22,6 +22,7 @@ library_include_HEADERS = \ AsyncHttpFetch.h \ AsyncTimer.h \ CaseInsensitiveStringComparator.h \ + Cleanup.h \ ClientRequest.h \ Continuation.h \ GlobalPlugin.h \ diff --git a/plugins/xdebug/Makefile.inc b/plugins/xdebug/Makefile.inc index a69e223ffc8..0fd8d6fcad4 100644 --- a/plugins/xdebug/Makefile.inc +++ b/plugins/xdebug/Makefile.inc @@ -16,5 +16,4 @@ pkglib_LTLIBRARIES += xdebug/xdebug.la xdebug_xdebug_la_SOURCES = \ -xdebug/Cleanup.h \ xdebug/xdebug.cc diff --git a/plugins/xdebug/xdebug.cc b/plugins/xdebug/xdebug.cc index 6943871fc8e..cae30e7ffb7 100644 --- a/plugins/xdebug/xdebug.cc +++ b/plugins/xdebug/xdebug.cc @@ -35,7 +35,7 @@ #include "tscore/ink_defs.h" #include "tscpp/util/PostScript.h" #include "tscpp/util/TextView.h" -#include "Cleanup.h" +#include "tscpp/api/Cleanup.h" namespace {