aboutsummaryrefslogtreecommitdiff
path: root/src/ipc/virtual_destructors.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc/virtual_destructors.cc')
-rw-r--r--src/ipc/virtual_destructors.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ipc/virtual_destructors.cc b/src/ipc/virtual_destructors.cc
index d16a77077..4a4cb04e3 100644
--- a/src/ipc/virtual_destructors.cc
+++ b/src/ipc/virtual_destructors.cc
@@ -14,10 +14,10 @@
* limitations under the License.
*/
-#include "perfetto/ext/ipc/client.h"
-#include "perfetto/ext/ipc/host.h"
-#include "perfetto/ext/ipc/service.h"
-#include "perfetto/ext/ipc/service_proxy.h"
+#include "perfetto/ipc/client.h"
+#include "perfetto/ipc/host.h"
+#include "perfetto/ipc/service.h"
+#include "perfetto/ipc/service_proxy.h"
// This translation unit contains the definitions for the destructor of pure
// virtual interfaces for the current build target. The alternative would be