Fix includes after moving trx_burst_if
diff --git a/lib/trx/trx_burst_if_impl.h b/lib/trx/trx_burst_if_impl.h
index 35f939c..27ec259 100644
--- a/lib/trx/trx_burst_if_impl.h
+++ b/lib/trx/trx_burst_if_impl.h
@@ -26,7 +26,7 @@
 #include <stddef.h>
 
 #include <grgsm/gsmtap.h>
-#include <grgsm/misc_utils/trx_burst_if.h>
+#include <grgsm/trx/trx_burst_if.h>
 
 namespace gr {
   namespace gsm {