Kaydet (Commit) 1077bc9a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: avmedia

Change-Id: I32b9617ffd78ec65a6af0fb7fb1c09f5f8cdde4e
üst 249071dd
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "mediamisc.hxx" #include <mediamisc.hxx>
#include "gstmanager.hxx" #include "gstmanager.hxx"
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.h>
#include "com/sun/star/media/XPlayerWindow.hpp" #include <com/sun/star/media/XPlayerWindow.hpp>
namespace avmedia { namespace gstreamer { namespace avmedia { namespace gstreamer {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <functional> #include <functional>
#include <salhelper/thread.hxx> #include <salhelper/thread.hxx>
#include "wrapper/ThreadsafeQueue.hxx" #include <wrapper/ThreadsafeQueue.hxx>
namespace avmedia namespace avmedia
{ {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_EVENTMANAGER_HXX #define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_EVENTMANAGER_HXX
#include <functional> #include <functional>
#include "wrapper/Player.hxx" #include <wrapper/Player.hxx>
struct libvlc_event_manager_t; struct libvlc_event_manager_t;
struct libvlc_event_t; struct libvlc_event_t;
......
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
#ifndef INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX #ifndef INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
#define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX #define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
#include "wrapper/Common.hxx" #include <wrapper/Common.hxx>
#include "wrapper/EventHandler.hxx" #include <wrapper/EventHandler.hxx>
#include "wrapper/EventManager.hxx" #include <wrapper/EventManager.hxx>
#include "wrapper/Instance.hxx" #include <wrapper/Instance.hxx>
#include "wrapper/Media.hxx" #include <wrapper/Media.hxx>
#include "wrapper/Player.hxx" #include <wrapper/Player.hxx>
#endif #endif
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include "vlcframegrabber.hxx" #include "vlcframegrabber.hxx"
#include "vlcplayer.hxx" #include "vlcplayer.hxx"
#include "wrapper/Player.hxx" #include <wrapper/Player.hxx>
#include "wrapper/EventManager.hxx" #include <wrapper/EventManager.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <com/sun/star/media/XFrameGrabber.hpp> #include <com/sun/star/media/XFrameGrabber.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include "vlccommon.hxx" #include "vlccommon.hxx"
#include "wrapper/Wrapper.hxx" #include <wrapper/Wrapper.hxx>
namespace avmedia { namespace avmedia {
namespace vlc { namespace vlc {
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include "vlcmanager.hxx" #include "vlcmanager.hxx"
#include "vlcplayer.hxx" #include "vlcplayer.hxx"
#include "wrapper/Instance.hxx" #include <wrapper/Instance.hxx>
#include "wrapper/EventManager.hxx" #include <wrapper/EventManager.hxx>
#include "wrapper/Media.hxx" #include <wrapper/Media.hxx>
#include "wrapper/Player.hxx" #include <wrapper/Player.hxx>
#include "wrapper/Common.hxx" #include <wrapper/Common.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_AVMEDIA_SOURCE_VLC_VLCMANAGER_HXX #define INCLUDED_AVMEDIA_SOURCE_VLC_VLCMANAGER_HXX
#include <com/sun/star/media/XManager.hpp> #include <com/sun/star/media/XManager.hpp>
#include "vlccommon.hxx" #include "vlccommon.hxx"
#include "wrapper/Wrapper.hxx" #include <wrapper/Wrapper.hxx>
#include <memory> #include <memory>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "vlcplayer.hxx" #include "vlcplayer.hxx"
#include "vlcwindow.hxx" #include "vlcwindow.hxx"
#include "vlcframegrabber.hxx" #include "vlcframegrabber.hxx"
#include "wrapper/Instance.hxx" #include <wrapper/Instance.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
#include <com/sun/star/media/XPlayer.hpp> #include <com/sun/star/media/XPlayer.hpp>
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>
#include "wrapper/Instance.hxx" #include <wrapper/Instance.hxx>
#include "wrapper/Media.hxx" #include <wrapper/Media.hxx>
#include "wrapper/Player.hxx" #include <wrapper/Player.hxx>
#include "wrapper/EventManager.hxx" #include <wrapper/EventManager.hxx>
namespace avmedia { namespace avmedia {
namespace vlc { namespace vlc {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "wrapper/Common.hxx" #include <wrapper/Common.hxx>
#include "SymbolLoader.hxx" #include "SymbolLoader.hxx"
namespace namespace
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "wrapper/EventHandler.hxx" #include <wrapper/EventHandler.hxx>
namespace avmedia namespace avmedia
{ {
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "wrapper/EventManager.hxx" #include <wrapper/EventManager.hxx>
#include "SymbolLoader.hxx" #include "SymbolLoader.hxx"
#include "wrapper/EventHandler.hxx" #include <wrapper/EventHandler.hxx>
#include "Types.hxx" #include "Types.hxx"
namespace namespace
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "wrapper/Instance.hxx" #include <wrapper/Instance.hxx>
#include "SymbolLoader.hxx" #include "SymbolLoader.hxx"
namespace namespace
......
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
*/ */
#include <rtl/ustring.h> #include <rtl/ustring.h>
#include "wrapper/Media.hxx" #include <wrapper/Media.hxx>
#include "SymbolLoader.hxx" #include "SymbolLoader.hxx"
#include "wrapper/Instance.hxx" #include <wrapper/Instance.hxx>
#include "Types.hxx" #include "Types.hxx"
#include "wrapper/Common.hxx" #include <wrapper/Common.hxx>
struct libvlc_instance_t; struct libvlc_instance_t;
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
#include <rtl/ustring.h> #include <rtl/ustring.h>
#include "Types.hxx" #include "Types.hxx"
#include "wrapper/Player.hxx" #include <wrapper/Player.hxx>
#include "wrapper/Media.hxx" #include <wrapper/Media.hxx>
#include "SymbolLoader.hxx" #include "SymbolLoader.hxx"
#include "wrapper/Common.hxx" #include <wrapper/Common.hxx>
struct libvlc_media_t; struct libvlc_media_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment