summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 14:35:37 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:39:32 -0500
commitf11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec (patch)
tree87b8df2c2068e5e4f0fea4d125f787caf4ae934e /project
parent5a5fa5cd283d214bedb92130f2807abe64643f16 (diff)
downloadperk-f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec.tar.bz2
perk-f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 705f2d3..e65ce55 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -11,7 +11,6 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_endian_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
- $(PROJECT_DIR)/src/internal/$(PACKAGE)_output_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_reader_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)