Changeset 2627


Ignore:
Timestamp:
Aug 1, 2008, 6:02:17 PM (15 years ago)
Author:
Pascal Terjan
Message:
  • Use "config.h" everywhere
Location:
neercs/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/effects.c

    r2495 r2627  
    1414 */
    1515
     16#include "config.h"
     17
    1618#include <stdio.h>
    1719#include <stdlib.h>
     
    1921#include <cucul.h>
    2022#include <caca.h>
    21 #include <config.h>
    2223#include <time.h>
    2324#include <sys/wait.h>
  • neercs/trunk/src/lock.c

    r2580 r2627  
    1414 */
    1515
     16#include "config.h"
     17
    1618#include <stdio.h>
    1719#include <stdlib.h>
     
    1921#include <cucul.h>
    2022#include <caca.h>
    21 #include <config.h>
    2223#include <time.h>
    2324#include <sys/wait.h>
Note: See TracChangeset for help on using the changeset viewer.