From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 17 Jun 2007 00:01:30 +0000 Subject: add multiple inclusion guards to headers Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imcdata.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/imcdata.h') diff --git a/libavcodec/imcdata.h b/libavcodec/imcdata.h index 446bf0b176..5e22123e6c 100644 --- a/libavcodec/imcdata.h +++ b/libavcodec/imcdata.h @@ -22,6 +22,9 @@ * */ +#ifndef AVCODEC_IMCDATA_H +#define AVCODEC_IMCDATA_H + #include static const uint16_t band_tab[33] = { @@ -164,3 +167,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = { } }; +#endif -- cgit v1.2.3