diff options
Diffstat (limited to 'lib/libdvd/libdvdnav/src/remap.c')
-rw-r--r-- | lib/libdvd/libdvdnav/src/remap.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libdvd/libdvdnav/src/remap.c b/lib/libdvd/libdvdnav/src/remap.c index eb40b9d841..f1dea937c4 100644 --- a/lib/libdvd/libdvdnav/src/remap.c +++ b/lib/libdvd/libdvdnav/src/remap.c @@ -11,11 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * 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-1307, USA - * - * $Id: remap.c 1135 2008-09-06 21:55:51Z rathann $ + * You should have received a copy of the GNU General Public License along + * with libdvdnav; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H @@ -25,10 +23,10 @@ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include <fcntl.h> #ifndef _MSC_VER #include <sys/param.h> +#include <fcntl.h> #else #ifndef MAXPATHLEN #define MAXPATHLEN 255 @@ -38,13 +36,12 @@ #include <inttypes.h> #include <limits.h> #include <sys/time.h> -#include "dvd_types.h" +#include "dvdnav/dvdnav.h" #include <dvdread/nav_types.h> #include <dvdread/ifo_types.h> #include "remap.h" #include "vm/decoder.h" #include "vm/vm.h" -#include "dvdnav.h" #include "dvdnav_internal.h" struct block_s { |