[vlc-commits] Fix config.h usage
Hugo Beauzée-Luyssen
git at videolan.org
Thu May 26 11:41:53 CEST 2016
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu May 26 11:37:33 2016 +0200| [6d77e9d4f75055f1a82fb2d8d283c1ca30b09aeb] | committer: Hugo Beauzée-Luyssen
Fix config.h usage
Always include it as the first header in all compilation units, never
from headers.
> https://code.videolan.org/videolan/npapi-vlc/commit/6d77e9d4f75055f1a82fb2d8d283c1ca30b09aeb
---
activex/connectioncontainer.cpp | 4 ++++
activex/dataobject.cpp | 4 ++++
activex/main.cpp | 4 ++++
activex/objectsafety.cpp | 4 ++++
activex/olecontrol.cpp | 4 ++++
activex/oleinplaceactiveobject.cpp | 4 ++++
activex/oleinplaceobject.cpp | 4 ++++
activex/oleobject.cpp | 4 ++++
activex/persistpropbag.cpp | 4 ++++
activex/persiststorage.cpp | 4 ++++
activex/persiststreaminit.cpp | 4 ++++
activex/plugin.cpp | 4 +++-
activex/plugin.h | 4 ----
activex/provideclassinfo.cpp | 4 ++++
activex/supporterrorinfo.cpp | 4 ++++
activex/utils.cpp | 4 ++++
activex/viewobject.cpp | 4 ++++
activex/vlccontrol2.cpp | 3 +++
common/position.h | 4 ----
common/vlc_player.cpp | 4 ++++
common/win32_fullscreen.cpp | 1 +
common/win32_vlcwnd.cpp | 4 ++++
npapi/common.h | 4 ----
npapi/npruntime/npolibvlc.cpp | 4 ++++
npapi/npruntime/nporuntime.cpp | 4 ++++
npapi/vlcplugin.h | 4 ----
npapi/vlcplugin_base.cpp | 1 +
npapi/vlcplugin_gtk.cpp | 4 ++++
npapi/vlcplugin_win.cpp | 4 ++++
npapi/vlcplugin_xcb.cpp | 4 ++++
npapi/vlcshell.h | 5 -----
npapi/vlcwindowless_base.cpp | 4 ++++
npapi/vlcwindowless_mac.cpp | 4 ++++
npapi/vlcwindowless_win.cpp | 4 ++++
npapi/vlcwindowless_xcb.cpp | 4 ++++
35 files changed, 112 insertions(+), 22 deletions(-)
Diff: https://code.videolan.org/videolan/npapi-vlc/commit/6d77e9d4f75055f1a82fb2d8d283c1ca30b09aeb
More information about the vlc-commits
mailing list