]> Pileus Git - ~andy/gtk/blobdiff - gtk/fnmatch.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / fnmatch.c
index aeb5ebd4222d5eac2e0f88c8bc8380ccefe90f60..0031331cb16a8a5d92114827a876d7db3efefff8 100644 (file)
@@ -11,9 +11,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 <http://www.gnu.org/licenses/>.
  */
 
 /*
  *                    Owen Taylor, 13 December 2002;
  */
 
-#include <config.h>
+#include "config.h"
+
+#include "gtkprivate.h"
+
 #include <string.h>
 
 #include <glib.h>
@@ -41,8 +42,6 @@
 #define _GNU_SOURCE
 #endif
 
-#include "gtkalias.h"
-
 static gunichar
 get_char (const char **str)
 {