From eaea5ad2d8a78f4f2bf444e2d8be29147e2ae630 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 7 Jun 2012 22:04:42 -0700 Subject: [PATCH] Remove unneeded includes --- Atom-Linux/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Atom-Linux/Makefile b/Atom-Linux/Makefile index 298f88d2c..b3e85e4e0 100644 --- a/Atom-Linux/Makefile +++ b/Atom-Linux/Makefile @@ -18,10 +18,6 @@ CXXFLAGS := -Werror \ -I/usr/include/gio-unix-2.0/ \ -I/usr/include/glib-2.0 \ -I/usr/lib/glib-2.0/include \ - -I/usr/include/pixman-1 \ - -I/usr/include/freetype2 \ - -I/usr/include/directfb \ - -I/usr/include/libpng12 \ -I../cef \ -O2 \ -fno-ident \ @@ -51,8 +47,6 @@ LIBS := -lX11 \ -lpangocairo-1.0 \ -lcairo \ -lpango-1.0 \ - -lfreetype \ - -lfontconfig \ -lgobject-2.0 \ -lgmodule-2.0 \ -lgthread-2.0 \