Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a34e1d2b
Commit
a34e1d2b
authored
Sep 06, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include cleanup
As usual, include only headers which are really needed.
parent
092bdf3d
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
7 deletions
+9
-7
audio.h
src/audio.h
+2
-1
client.c
src/client.c
+0
-1
command.c
src/command.c
+1
-0
command.h
src/command.h
+1
-0
locate.c
src/locate.c
+1
-0
log.c
src/log.c
+0
-1
player_control.c
src/player_control.c
+1
-1
song.h
src/song.h
+2
-3
stats.c
src/stats.c
+1
-0
No files found.
src/audio.h
View file @
a34e1d2b
...
...
@@ -19,12 +19,13 @@
#ifndef AUDIO_H
#define AUDIO_H
#include "tag.h"
#include "os_compat.h"
#include "audio_format.h"
#define AUDIO_AO_DRIVER_DEFAULT "default"
struct
tag
;
void
copyAudioFormat
(
AudioFormat
*
dest
,
const
AudioFormat
*
src
);
int
cmpAudioFormat
(
const
AudioFormat
*
dest
,
const
AudioFormat
*
src
);
...
...
src/client.c
View file @
a34e1d2b
...
...
@@ -25,7 +25,6 @@
#include "sllist.h"
#include "utils.h"
#include "ioops.h"
#include "myfprintf.h"
#include "os_compat.h"
#include "main_notify.h"
#include "dlist.h"
...
...
src/command.c
View file @
a34e1d2b
...
...
@@ -34,6 +34,7 @@
#include "ack.h"
#include "audio.h"
#include "dbUtils.h"
#include "tag.h"
#include "client.h"
#include "os_compat.h"
...
...
src/command.h
View file @
a34e1d2b
...
...
@@ -22,6 +22,7 @@
#include "gcc.h"
#include "os_compat.h"
#include "sllist.h"
#include "myfprintf.h"
#define COMMAND_RETURN_KILL 10
#define COMMAND_RETURN_CLOSE 20
...
...
src/locate.c
View file @
a34e1d2b
...
...
@@ -19,6 +19,7 @@
#include "locate.h"
#include "path.h"
#include "utils.h"
#include "tag.h"
#define LOCATE_TAG_FILE_KEY "file"
#define LOCATE_TAG_FILE_KEY_OLD "filename"
...
...
src/log.c
View file @
a34e1d2b
...
...
@@ -19,7 +19,6 @@
#include "log.h"
#include "conf.h"
#include "myfprintf.h"
#include "utils.h"
#include "os_compat.h"
...
...
src/player_control.c
View file @
a34e1d2b
...
...
@@ -19,7 +19,7 @@
#include "player_control.h"
#include "path.h"
#include "log.h"
#include "
ack
.h"
#include "
tag
.h"
#include "os_compat.h"
#include "main_notify.h"
...
...
src/song.h
View file @
a34e1d2b
...
...
@@ -19,10 +19,9 @@
#ifndef SONG_H
#define SONG_H
#include "../config.h"
#include "os_compat.h"
#include "tag.h"
#include "list.h"
#include "os_compat.h"
#include "mpd_types.h"
#define SONG_BEGIN "songList begin"
#define SONG_END "songList end"
...
...
src/stats.c
View file @
a34e1d2b
...
...
@@ -19,6 +19,7 @@
#include "stats.h"
#include "directory.h"
#include "tag.h"
#include "myfprintf.h"
#include "player_control.h"
#include "tagTracker.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment