Ignore:
Timestamp:
Apr 17, 2011, 10:28:05 AM (12 years ago)
Author:
Sam Hocevar
Message:

Fuck the history, I'm renaming all .hpp files to .h for my own sanity.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/jwindow.h

    • Property svn:keywords set to Id
    r480 r481  
    1010#ifndef __JWIN__
    1111#define __JWIN__
    12 #include "video.hpp"
    13 #include "image.hpp"
    14 #include "event.hpp"
    15 #include "filter.hpp"
    16 #include "event.hpp"
    17 #include "fonts.hpp"
     12#include "video.h"
     13#include "image.h"
     14#include "event.h"
     15#include "filter.h"
     16#include "event.h"
     17#include "fonts.h"
    1818
    1919class ifield;
Note: See TracChangeset for help on using the changeset viewer.