diff loader/qt_comp.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents 8b905703a450
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/qt_comp.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/loader/qt_comp.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,5 @@
+#ifndef QT_COMP_H
+#define QT_COMP_H
 
 DECL_COMPONENT(sorenson3,"SMD_ComponentDispatch",1)
 DECL_COMPONENT(sorenson,"SorensonYUV9Dispatcher",1)
@@ -25,3 +27,4 @@
 
 //DECL_COMPONENT(,"",0)
 
+#endif /* QT_COMP_H */