Fix incorrect glibmm.h #includes.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 17 Jan 2015 20:36:19 +0000 (21:36 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 17 Jan 2015 20:36:19 +0000 (21:36 +0100)
As per upstream docs "#include <glibmm.h>" is the correct usage,
the "glibmm-2.4" directory is handled correctly via pkg-config:

 $ pkg-config --cflags glibmm-2.4
 -I/usr/include/glibmm-2.4 [...]


No differences found