]> git.sesse.net Git - vlc/blobdiff - src/misc/mtime.c
Some heavy changes today:
[vlc] / src / misc / mtime.c
index 7a053893fdd4ed79934eccf9c7098d52edcf50c3..140752c925626f7d4a30e893047f0403dfe8e2a6 100644 (file)
@@ -3,7 +3,7 @@
  * Functions are prototyped in mtime.h.
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: mtime.c,v 1.26 2001/12/09 17:01:37 sam Exp $
+ * $Id: mtime.c,v 1.27 2001/12/30 07:09:56 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <stdio.h>                                              /* sprintf() */
 
+#include <videolan/vlc.h>
+
 #if defined( PTH_INIT_IN_PTH_H )                                  /* GNU Pth */
 #   include <pth.h>
 #endif
@@ -52,9 +52,6 @@
 #   include <sys/time.h>
 #endif
 
-#include "common.h"
-#include "mtime.h"
-
 /*****************************************************************************
  * mstrtime: return a date in a readable format
  *****************************************************************************