Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include file tidy-up #1462

Merged
merged 1 commit into from Dec 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion sesman/chansrv/chansrv_fuse.c
Expand Up @@ -35,7 +35,6 @@ char g_fuse_clipboard_path[256] = ""; /* for clipboard use */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

#include "arch.h"
#include "chansrv_fuse.h"
Expand Down
4 changes: 3 additions & 1 deletion sesman/chansrv/chansrv_fuse.h
Expand Up @@ -19,8 +19,10 @@
#ifndef _CHANSRV_FUSE_H
#define _CHANSRV_FUSE_H

#include "arch.h"
#include <sys/types.h>
#include <time.h>

#include "arch.h"
#include "ms-erref.h"

/* Used to pass file info back to chansrv_fuse from devredir */
Expand Down