aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/wlr/types/wlr_box.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/wlr/types/wlr_box.h b/include/wlr/types/wlr_box.h
deleted file mode 100644
index 8720cef8..00000000
--- a/include/wlr/types/wlr_box.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef WLR_TYPES_WLR_BOX_H
-#define WLR_TYPES_WLR_BOX_H
-
-#warning "wlr_box has been moved to wlr/util/box.h"
-#include <wlr/util/box.h>
-
-#endif