diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-17 19:11:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-17 19:11:36 +0200 |
commit | d2c052cb9374b6420aa65e50d32e6f864f45ec53 (patch) | |
tree | 842a8dde54ac2f53ca711808aae38be7e5daa4a6 /src/servers/gamma.c | |
parent | Continued refactoring (diff) | |
download | coopgammad-d2c052cb9374b6420aa65e50d32e6f864f45ec53.tar.gz coopgammad-d2c052cb9374b6420aa65e50d32e6f864f45ec53.tar.bz2 coopgammad-d2c052cb9374b6420aa65e50d32e6f864f45ec53.tar.xz |
More refactoring
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/servers/gamma.c (renamed from src/gamma-server/server.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamma-server/server.c b/src/servers/gamma.c index 2be9264..95130e6 100644 --- a/src/gamma-server/server.c +++ b/src/servers/gamma.c @@ -15,10 +15,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "server.h" +#include "gamma.h" +#include "crtc.h" #include "../state.h" #include "../communication.h" -#include "../crtc-server/server.h" #include <errno.h> #include <string.h> |