trivial: Fix build after the ColorHug rename

This commit is contained in:
Richard Hughes 2015-03-04 18:45:15 +00:00
parent 72dff812c0
commit a2288a3fce
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
#include "fu-common.h" #include "fu-common.h"
#include "fu-debug.h" #include "fu-debug.h"
#include "fu-device.h" #include "fu-device.h"
#include "fu-provider-colorhug.h" #include "fu-provider-chug.h"
#include "fu-provider-uefi.h" #include "fu-provider-uefi.h"
#include "fu-resources.h" #include "fu-resources.h"

View File

@ -30,7 +30,7 @@
#include "fu-cleanup.h" #include "fu-cleanup.h"
#include "fu-common.h" #include "fu-common.h"
#include "fu-device.h" #include "fu-device.h"
#include "fu-provider-colorhug.h" #include "fu-provider-chug.h"
static void fu_provider_chug_finalize (GObject *object); static void fu_provider_chug_finalize (GObject *object);