]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/param.c
Remove stdio while we're at it.
[vlc] / modules / visualization / galaktos / param.c
index 6821855fa97221c0e64cf02c12ad7e003f4c4c18..ab6fe3a2199c91b14c26b339a4f9846ed7d62717 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.
  *****************************************************************************/
 
 
 
 /* Basic Parameter Functions */
 
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
 #include <math.h>
 #include "fatal.h"
 #include "common.h"