From 21789676e737815019c887806145b9e47a08e8c2 Mon Sep 17 00:00:00 2001 From: mutouyun Date: Tue, 27 Nov 2018 20:50:40 +0800 Subject: [PATCH] move circ_elem_array.h to include dir --- build/src.pro | 2 +- {src => include}/circ_elem_array.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {src => include}/circ_elem_array.h (100%) diff --git a/build/src.pro b/build/src.pro index 1ef35f2..feff1ae 100644 --- a/build/src.pro +++ b/build/src.pro @@ -15,7 +15,7 @@ INCLUDEPATH += \ HEADERS += \ ../include/export.h \ ../include/shm.h \ - ../src/circ_elem_array.h + ../include/circ_elem_array.h SOURCES += \ ../src/shm.cpp diff --git a/src/circ_elem_array.h b/include/circ_elem_array.h similarity index 100% rename from src/circ_elem_array.h rename to include/circ_elem_array.h