X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fglib.h;h=c7fc999b2a6f94c5928fc4391aa87f43c92a3a3c;hb=2138deb07ebb7d7e541c0cd35b966e107d1bf800;hp=e07ec8232e177f3b6dcae515a760ab9ce16ab6e0;hpb=69801f8dc84c0c9403df6802eccc5d03328cd3ae;p=platform%2Fupstream%2Fglib.git diff --git a/glib/glib.h b/glib/glib.h index e07ec82..c7fc999 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . */ /* @@ -37,16 +35,20 @@ #include #include #include -#include +#include +#include #include -#include #include #include #include +#include #include +#include #include #include +#include #include +#include #include #include #include @@ -67,7 +69,6 @@ #include #include #include -#include #include #include #include @@ -77,10 +78,13 @@ #include #include #include +#include #include #include #include #include +#include +#include #include #include #include @@ -88,10 +92,21 @@ #include #include #include +#include +#include #ifdef G_PLATFORM_WIN32 #include #endif +#ifndef G_DISABLE_DEPRECATED +#include +#include +#include +#include +#include +#include +#endif /* G_DISABLE_DEPRECATED */ + #undef __GLIB_H_INSIDE__ #endif /* __G_LIB_H__ */