Fix wrong #include guard 80/215780/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 Oct 2019 23:41:48 +0000 (08:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 15 Oct 2019 23:42:19 +0000 (08:42 +0900)
Change-Id: I4f6a0d815fd11e3a41e006153cd7c07fa283b22c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
frame-broker/src/frame_private.h

index 7ec720e..c36570d 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __FRAME_INTERNAL_H__
-#define __FRAME_INTERNAL_H__
+#ifndef __FRAME_PRIVATE_H__
+#define __FRAME_PRIVATE_H__
 
 #include <screen_connector_launcher_service_evas.h>
 
@@ -31,4 +31,4 @@ int frame_create(Evas_Object *image,
 
 int frame_destroy(frame_h handle);
 
-#endif /* __FRAME_INTERNAL_H__ */
+#endif /* __FRAME_PRIVATE_H__ */