Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/PlayerPlaylistBar.cpp')
-rw-r--r--src/mpc-hc/PlayerPlaylistBar.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mpc-hc/PlayerPlaylistBar.cpp b/src/mpc-hc/PlayerPlaylistBar.cpp
index faf960e80..7b876f4db 100644
--- a/src/mpc-hc/PlayerPlaylistBar.cpp
+++ b/src/mpc-hc/PlayerPlaylistBar.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2015 see Authors.txt
+ * (C) 2006-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -20,9 +20,8 @@
*/
#include "stdafx.h"
-#include <math.h>
+#include <cmath>
#include <afxinet.h>
-#include <atlutil.h>
#include "mplayerc.h"
#include "MainFrm.h"
#include "DSUtil.h"