Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / print.hpp
index 4e89da7b1289e80d78d484329069323192e635a3..7db4dde951bc84195f55d2319e7375941baf9266 100644 (file)
@@ -11,8 +11,6 @@
 
 #include <stdio.h>
 
-#include "common/macros.h"
-
 #define PERR(fmt, ...)                                                                             \
     do {                                                                                           \
         if (PRINT_ERR_STREAM) {                                                                    \
This page took 0.023328 seconds and 4 git commands to generate.