move dlog.h to the tbm_log.c 86/173486/3
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 22 Mar 2018 02:23:23 +0000 (11:23 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 22 Mar 2018 02:29:12 +0000 (11:29 +0900)
Change-Id: Idb2c6f4ccf615ee9656d1b31dc3758024a92ea87

src/tbm_log.c
src/tbm_log.h

index e4fcd22..1389964 100644 (file)
@@ -35,6 +35,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include "tbm_bufmgr_int.h"
 #include "tbm_log.h"
+#include <dlog.h>
 
 #define TBM_PATH_LEN        1024
 
index ae5dd76..2302e25 100644 (file)
@@ -35,7 +35,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <unistd.h>
 #include <sys/syscall.h>
 #include <time.h>
-#include <dlog.h>
 
 #ifdef __cplusplus
 extern "C" {