OSDN Git Service

remove self header file include
authorYoshihiro Yamazaki <yoya@awm.jp>
Thu, 9 Feb 2012 07:53:30 +0000 (16:53 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Thu, 9 Feb 2012 07:53:30 +0000 (16:53 +0900)
src/swf_matrix.h

index 1514054..3342051 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef __SWF_MATRIX_H__
 #define __SWF_MATRIX_H__
 
-#include "swf_matrix.h"
-
 typedef struct swf_matrix_ {
     // char align;
     unsigned char has_scale:1;