comparison gui/app.c @ 32925:992a4b9d7624

Cosmetic: Remove needless include. (Obsolete after free() was replaced by gfree())
author ib
date Thu, 03 Mar 2011 12:30:50 +0000
parents b6a919e84760
children 7c205a5c2a9b
comparison
equal deleted inserted replaced
32924:33b360b5adcf 32925:992a4b9d7624
14 * You should have received a copy of the GNU General Public License along 14 * You should have received a copy of the GNU General Public License along
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., 15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #include <stdlib.h>
20 #include <string.h> 19 #include <string.h>
21 20
22 #include "app.h" 21 #include "app.h"
23 22
24 #include "gui/skin/font.h" 23 #include "gui/skin/font.h"