]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/parser.c
Replaced vout_InitPicture/Format with their equivalent.
[vlc] / modules / visualization / galaktos / parser.c
index 5e76e4b38d6f9995f63bf5ccd9ed69bea594af9a..63d54976dba740558f5b8264806589aa5ee930f4 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 
 
 /* parser.c */
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdlib.h>
 
 #include "common.h"
 #include "fatal.h"