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
1560a70b
Commit
1560a70b
authored
Aug 28, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include cleanup
Only include headers which are really needed.
parent
b7861868
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
command.c
src/command.c
+1
-0
directory.c
src/directory.c
+1
-0
main.c
src/main.c
+0
-1
playlist.h
src/playlist.h
+1
-1
No files found.
src/command.c
View file @
1560a70b
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#include "sllist.h"
#include "sllist.h"
#include "ack.h"
#include "ack.h"
#include "audio.h"
#include "audio.h"
#include "dbUtils.h"
#include "os_compat.h"
#include "os_compat.h"
#define COMMAND_PLAY "play"
#define COMMAND_PLAY "play"
...
...
src/directory.c
View file @
1560a70b
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
#include "volume.h"
#include "volume.h"
#include "ack.h"
#include "ack.h"
#include "myfprintf.h"
#include "myfprintf.h"
#include "dbUtils.h"
#define DIRECTORY_DIR "directory: "
#define DIRECTORY_DIR "directory: "
#define DIRECTORY_MTIME "mtime: "
#define DIRECTORY_MTIME "mtime: "
...
...
src/main.c
View file @
1560a70b
...
@@ -41,7 +41,6 @@
...
@@ -41,7 +41,6 @@
#include "inputStream.h"
#include "inputStream.h"
#include "state_file.h"
#include "state_file.h"
#include "tag.h"
#include "tag.h"
#include "tagTracker.h"
#include "dbUtils.h"
#include "dbUtils.h"
#include "../config.h"
#include "../config.h"
#include "utils.h"
#include "utils.h"
...
...
src/playlist.h
View file @
1560a70b
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef PLAYLIST_H
#ifndef PLAYLIST_H
#define PLAYLIST_H
#define PLAYLIST_H
#include "
dbUtils
.h"
#include "
locate
.h"
#define PLAYLIST_FILE_SUFFIX "m3u"
#define PLAYLIST_FILE_SUFFIX "m3u"
#define PLAYLIST_COMMENT '#'
#define PLAYLIST_COMMENT '#'
...
...
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