aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/shorts-segment-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/shorts-segment-manager.h')
-rw-r--r--backends/plugins/shorts-segment-manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/plugins/shorts-segment-manager.h b/backends/plugins/shorts-segment-manager.h
index 40ceef60f0..02f5221e8d 100644
--- a/backends/plugins/shorts-segment-manager.h
+++ b/backends/plugins/shorts-segment-manager.h
@@ -26,8 +26,9 @@
#ifndef SHORTS_SEGMENT_MANAGER_H
#define SHORTS_SEGMENT_MANAGER_H
-#include "loader.h"
#include "common/singleton.h"
+#include "common/list.h"
+#include "elf32.h"
#define ShortsMan ShortSegmentManager::instance()