summaryrefslogtreecommitdiffstats
path: root/src/library/dao/playlistdao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/dao/playlistdao.h')
-rw-r--r--src/library/dao/playlistdao.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/library/dao/playlistdao.h b/src/library/dao/playlistdao.h
index d161706bb1..2d4fcabeb4 100644
--- a/src/library/dao/playlistdao.h
+++ b/src/library/dao/playlistdao.h
@@ -1,5 +1,4 @@
-#ifndef PLAYLISTDAO_H
-#define PLAYLISTDAO_H
+#pragma once
#include <QHash>
#include <QObject>
@@ -146,5 +145,3 @@ class PlaylistDAO : public QObject, public virtual DAO {
AutoDJProcessor* m_pAutoDJProcessor;
DISALLOW_COPY_AND_ASSIGN(PlaylistDAO);
};
-
-#endif //PLAYLISTDAO_H