Move opts/
into util/opts/
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "http/http.h"
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
|
||||
static int http_listen(int port, int maxcons)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
#include "http/http.h"
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_lock.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "opts/log.h"
|
||||
#include "util/opts/log.h"
|
||||
#include "http/http.h"
|
||||
#include "device/buffer.h"
|
||||
#include "device/buffer_lock.h"
|
||||
|
Reference in New Issue
Block a user