]> git.sesse.net Git - vlc/blobdiff - src/video_output/chrono.h
Twolame: fix copyright header, and remove unnecessary includes
[vlc] / src / video_output / chrono.h
index 1021bd2c8a50d631ce4451353a48da9ee6a87d32..fcbd8e2d22b192f76e3c3976131855b4916f1b76 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if defined(__PLUGIN__) || defined(__BUILTIN__) || !defined(__LIBVLC__)
-# error This header file can only be included from LibVLC.
-#endif
-
-#ifndef _VOUT_CHRONO_H
-#define _VOUT_CHRONO_H
+#ifndef LIBVLC_VOUT_CHRONO_H
+#define LIBVLC_VOUT_CHRONO_H
 
 typedef struct {
     int     shift;