Changeset 1220 for trunk/auto-reply

Show
Ignore:
Timestamp:
03/03/00 03:01:25 (9 years ago)
Author:
graham
Message:

New licq header file names.

Location:
trunk/auto-reply/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/src/autoreply.cpp

    r1193 r1220  
    1414 
    1515#include "autoreply.h" 
    16 #include "log.h" 
    17 #include "icqd.h" 
    18 #include "file.h" 
    19 #include "user.h" 
    20 #include "constants.h" 
     16#include "licq_log.h" 
     17#include "licq_icqd.h" 
     18#include "licq_file.h" 
     19#include "licq_user.h" 
     20#include "licq_constants.h" 
    2121 
    2222extern "C" { const char *LP_Version(); } 
  • trunk/auto-reply/src/main.cpp

    r1120 r1220  
    55#include <stdio.h> 
    66#include <unistd.h> 
    7 #include "plugin.h" 
     7#include "licq_plugin.h" 
    88#include "autoreply.h" 
    99