1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

Moved IRC sources from src/irc/ to src/protocols/irc/

This commit is contained in:
Sebastien Helleu
2007-09-20 18:06:38 +02:00
parent a679f70bd1
commit 8ecb7a4d4a
51 changed files with 147 additions and 112 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-common.c: display functions, used by all GUI */
/* gui-action.c: GUI actions */
#ifdef HAVE_CONFIG_H
@@ -40,7 +40,7 @@
#include "../common/log.h"
#include "../common/utf8.h"
#include "../common/util.h"
#include "../irc/irc.h"
#include "../protocols/irc/irc.h"
/*