Clean-up: sessiond: client.cpp: list of inclusions
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 May 2024 18:42:13 +0000 (18:42 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Jun 2024 15:09:20 +0000 (11:09 -0400)
Correct some inconsistencies in the list of inclusions in client.cpp:
  - include headers under common using angle-brackets
  - only include the top-level lttng.h lttng-ctl header

Change-Id: I1dcbacf9d4546205752f2083e1f95f958fbbfe83
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/client.cpp

index cea7763d68a8e5dfde5ebc616713cb71c1569c90..5f9a1d0d7227bc6f16e2f27c5c15b3359cf0d9d9 100644 (file)
 #include "clear.hpp"
 #include "client.hpp"
 #include "cmd.hpp"
-#include "common/buffer-view.hpp"
-#include "common/compat/socket.hpp"
-#include "common/dynamic-array.hpp"
-#include "common/dynamic-buffer.hpp"
-#include "common/fd-handle.hpp"
-#include "common/payload-view.hpp"
-#include "common/payload.hpp"
-#include "common/sessiond-comm/sessiond-comm.hpp"
 #include "health-sessiond.hpp"
 #include "kernel.hpp"
 #include "lttng-sessiond.hpp"
-#include "lttng/lttng-error.h"
-#include "lttng/tracker.h"
 #include "manage-consumer.hpp"
 #include "save.hpp"
 #include "testpoint.hpp"
 #include "utils.hpp"
 
+#include <common/buffer-view.hpp>
 #include <common/compat/getenv.hpp>
+#include <common/compat/socket.hpp>
+#include <common/dynamic-array.hpp>
+#include <common/dynamic-buffer.hpp>
 #include <common/exception.hpp>
+#include <common/fd-handle.hpp>
+#include <common/payload-view.hpp>
+#include <common/payload.hpp>
+#include <common/sessiond-comm/sessiond-comm.hpp>
 #include <common/tracker.hpp>
 #include <common/unix.hpp>
 #include <common/utils.hpp>
 
 #include <lttng/error-query-internal.hpp>
 #include <lttng/event-internal.hpp>
+#include <lttng/lttng.h>
 #include <lttng/session-descriptor-internal.hpp>
 #include <lttng/session-internal.hpp>
 #include <lttng/userspace-probe-internal.hpp>
This page took 0.026691 seconds and 4 git commands to generate.