commit e9210917663f98fd5ab6234fe34e2c83ee457506 parent 927aedfe9f93afba99b2b6e3a35c119ee13f2f15 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Wed, 10 Jun 2015 18:42:19 +0200 Removing legacy .pch file Diffstat:
D | ansilove/ansilove-Prefix.pch | | | 15 | --------------- |
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/ansilove/ansilove-Prefix.pch b/ansilove/ansilove-Prefix.pch @@ -1,15 +0,0 @@ -// -// ansilove-Prefix.pch -// AnsiLove/C -// -// Copyright (C) 2011-2015 Stefan Vogt, Brian Cassidy, Frederic Cambus. -// All rights reserved. -// -// This source code is licensed under the BSD 3-Clause License. -// See the file LICENSE for details. -// - -// Prefix header for all source files of the 'ansilove' target in the 'AnsiLove/C' project -#ifdef __OBJC__ - #import <Foundation/Foundation.h> -#endif